#BF6EED

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

Shades of Heliotrope #BF6EED

Tints of Heliotrope #BF6EED

Color information

#BF6EED (or 0xBF6EED) is unknown color: approx Heliotrope. HEX triplet: BF, 6E and ED. RGB value is (191,110,237). Sum of RGB (Red+Green+Blue) = 191+110+237=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EED is #409112. Grayscale: #949494. Windows color (decimal): -4231443 or 15560383. OLE color: 15560383.

HSL color Cylindrical-coordinate representation of color #BF6EED: hue angle of 278.27º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6EED is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191110237-
CMYK0.190.5400.07
HSL278.27º77.91%68.04%-
HSV(B)278.27º53.59%92.94%-
XYZ42.3528.3483.36-
YUV148.7177.84158.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 110 (43.36% from 255) = 20.45%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=35.50%
G=20.45%
B=44.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911102370.190.5400.07278.2777.9168.04
HexBF6EED1336071164e44
Octal277156355236607426116104
Binary1011111111011101110110110011110110011110001011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EED; }

 p { color: rgb(191,110,237); }

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

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

 a { background-color: rgb(191,110,237); }

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

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

 span { border-color: rgb(191,110,237); }

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