#BF28E0

Color #BF28E0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BF28E0

Tints of Dark Orchid #BF28E0

Color information

#BF28E0 (or 0xBF28E0) is unknown color: approx Dark Orchid. HEX triplet: BF, 28 and E0. RGB value is (191,40,224). Sum of RGB (Red+Green+Blue) = 191+40+224=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF28E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28E0 is #40D71F. Grayscale: #696969. Windows color (decimal): -4249376 or 14690495. OLE color: 14690495.

HSL color Cylindrical-coordinate representation of color #BF28E0: hue angle of 289.24º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF28E0 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19140224-
CMYK0.150.8200.12
HSL289.24º74.8%51.76%-
HSV(B)289.24º82.14%87.84%-
XYZ35.717.9872.11-
YUV106.12194.53188.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 40 (16.02% from 255) = 8.79%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=41.98%
G=8.79%
B=49.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191402240.150.8200.12289.2474.851.76
HexBF28E0F520C1214b34
Octal277503401712201444111364
Binary101111111010001110000011111010010011001001000011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF28E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF28E0; }

 p { color: rgb(191,40,224); }

 H1.HeaderClassName
 {
   color: #BF28E0;
 }
 .AnyTagClassName
 {
   color: #BF28E0;
 }
</style>
background-color css

<style>
 a { background-color: #BF28E0; }

 a { background-color: rgb(191,40,224); }

 div.DivClassName
 {
   background-color: #BF28E0;
 }
 .BgClassName
 {
   background-color: #BF28E0;
 }
</style>
border-color css

<style>
 span { border-color: #BF28E0; }

 span { border-color: rgb(191,40,224); }

 td.TdClassName
 {
   border-color: #BF28E0;
 }
 .TagClassName
 {
   border-color: #BF28E0;
 }
</style>