#BF76EB

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

Shades of Heliotrope #BF76EB

Tints of Heliotrope #BF76EB

Color information

#BF76EB (or 0xBF76EB) is unknown color: approx Heliotrope. HEX triplet: BF, 76 and EB. RGB value is (191,118,235). Sum of RGB (Red+Green+Blue) = 191+118+235=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76EB is #408914. Grayscale: #989898. Windows color (decimal): -4229397 or 15431359. OLE color: 15431359.

HSL color Cylindrical-coordinate representation of color #BF76EB: hue angle of 277.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF76EB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191118235-
CMYK0.190.5000.08
HSL277.44º74.52%69.22%-
HSV(B)277.44º49.79%92.16%-
XYZ42.9630.0382.13-
YUV153.16174.18154.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 118 (46.48% from 255) = 21.69%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=35.11%
G=21.69%
B=43.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911182350.190.5000.08277.4474.5269.22
HexBF76EB1332081154b45
Octal2771663532362010425113105
Binary10111111111011011101011100111100100100010001010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76EB; }

 p { color: rgb(191,118,235); }

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

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

 a { background-color: rgb(191,118,235); }

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

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

 span { border-color: rgb(191,118,235); }

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