#BF77ED

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

Shades of Heliotrope #BF77ED

Tints of Heliotrope #BF77ED

Color information

#BF77ED (or 0xBF77ED) is unknown color: approx Heliotrope. HEX triplet: BF, 77 and ED. RGB value is (191,119,237). Sum of RGB (Red+Green+Blue) = 191+119+237=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77ED is #408812. Grayscale: #999999. Windows color (decimal): -4229139 or 15562687. OLE color: 15562687.

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

Color convert

RGB191119237-
CMYK0.190.5000.07
HSL276.61º76.62%69.8%-
HSV(B)276.61º49.79%92.94%-
XYZ43.3730.3883.7-
YUV153.98174.85154.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=34.92%
G=21.76%
B=43.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911192370.190.5000.07276.6176.6269.8
HexBF77ED1332071154d46
Octal277167355236207425115106
Binary1011111111101111110110110011110010011110001010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77ED; }

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

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

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

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

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

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

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

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