#BF76EC

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

Shades of Heliotrope #BF76EC

Tints of Heliotrope #BF76EC

Color information

#BF76EC (or 0xBF76EC) is unknown color: approx Heliotrope. HEX triplet: BF, 76 and EC. RGB value is (191,118,236). Sum of RGB (Red+Green+Blue) = 191+118+236=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76EC is #408913. Grayscale: #989898. Windows color (decimal): -4229396 or 15496895. OLE color: 15496895.

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

Color convert

RGB191118236-
CMYK0.190.500.07
HSL277.12º75.64%69.41%-
HSV(B)277.12º50%92.55%-
XYZ43.130.0982.89-
YUV153.28174.68154.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=35.05%
G=21.65%
B=43.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911182360.190.500.07277.1275.6469.41
HexBF76EC1332071154c45
Octal277166354236207425114105
Binary1011111111101101110110010011110010011110001010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76EC; }

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

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

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

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

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

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

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

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