#BD77EA

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

Shades of Heliotrope #BD77EA

Tints of Heliotrope #BD77EA

Color information

#BD77EA (or 0xBD77EA) is unknown color: approx Heliotrope. HEX triplet: BD, 77 and EA. RGB value is (189,119,234). Sum of RGB (Red+Green+Blue) = 189+119+234=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77EA is #428815. Grayscale: #989898. Windows color (decimal): -4360214 or 15366077. OLE color: 15366077.

HSL color Cylindrical-coordinate representation of color #BD77EA: hue angle of 276.52º degrees, saturation: 0.73, 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 #BD77EA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189119234-
CMYK0.190.4900.08
HSL276.52º73.25%69.22%-
HSV(B)276.52º49.15%91.76%-
XYZ42.4329.9581.39-
YUV153.04173.69153.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=34.87%
G=21.96%
B=43.17%

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
Decimal1891192340.190.4900.08276.5273.2569.22
HexBD77EA1331081154945
Octal2751673522361010425111105
Binary10111101111011111101010100111100010100010001010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77EA; }

 p { color: rgb(189,119,234); }

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

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

 a { background-color: rgb(189,119,234); }

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

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

 span { border-color: rgb(189,119,234); }

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