#BF77EB

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

Shades of Heliotrope #BF77EB

Tints of Heliotrope #BF77EB

Color information

#BF77EB (or 0xBF77EB) is unknown color: approx Heliotrope. HEX triplet: BF, 77 and EB. RGB value is (191,119,235). Sum of RGB (Red+Green+Blue) = 191+119+235=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77EB is #408814. Grayscale: #999999. Windows color (decimal): -4229141 or 15431615. OLE color: 15431615.

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

Color convert

RGB191119235-
CMYK0.190.4900.08
HSL277.24º74.36%69.41%-
HSV(B)277.24º49.36%92.16%-
XYZ43.0830.2782.17-
YUV153.75173.85154.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=35.05%
G=21.83%
B=43.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911192350.190.4900.08277.2474.3669.41
HexBF77EB1331081154a45
Octal2771673532361010425112105
Binary10111111111011111101011100111100010100010001010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77EB; }

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

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

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

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

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

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

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

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