#BF77E9

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

Shades of Heliotrope #BF77E9

Tints of Heliotrope #BF77E9

Color information

#BF77E9 (or 0xBF77E9) is unknown color: approx Heliotrope. HEX triplet: BF, 77 and E9. RGB value is (191,119,233). Sum of RGB (Red+Green+Blue) = 191+119+233=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77E9 is #408816. Grayscale: #999999. Windows color (decimal): -4229143 or 15300543. OLE color: 15300543.

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

Color convert

RGB191119233-
CMYK0.180.4900.09
HSL277.89º72.15%69.02%-
HSV(B)277.89º48.93%91.37%-
XYZ42.7930.1580.66-
YUV153.52172.85154.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 119 (46.88% from 255) = 21.92%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=35.17%
G=21.92%
B=42.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911192330.180.4900.09277.8972.1569.02
HexBF77E91231091164845
Octal2771673512261011426110105
Binary10111111111011111101001100101100010100110001011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77E9; }

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

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

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

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

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

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

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

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