#BF78E9

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

Shades of Heliotrope #BF78E9

Tints of Heliotrope #BF78E9

Color information

#BF78E9 (or 0xBF78E9) is unknown color: approx Heliotrope. HEX triplet: BF, 78 and E9. RGB value is (191,120,233). Sum of RGB (Red+Green+Blue) = 191+120+233=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF78E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF78E9 is #408716. Grayscale: #999999. Windows color (decimal): -4228887 or 15300799. OLE color: 15300799.

HSL color Cylindrical-coordinate representation of color #BF78E9: hue angle of 277.7º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF78E9 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191120233-
CMYK0.180.4800.09
HSL277.7º71.97%69.22%-
HSV(B)277.7º48.5%91.37%-
XYZ42.9130.3980.7-
YUV154.11172.52154.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 233 (91.41% from 255) = 42.83%
R=35.11%
G=22.06%
B=42.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911202330.180.4800.09277.771.9769.22
HexBF78E91230091164845
Octal2771703512260011426110105
Binary10111111111100011101001100101100000100110001011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78E9; }

 p { color: rgb(191,120,233); }

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

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

 a { background-color: rgb(191,120,233); }

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

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

 span { border-color: rgb(191,120,233); }

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