#BD77E9

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

Shades of Heliotrope #BD77E9

Tints of Heliotrope #BD77E9

Color information

#BD77E9 (or 0xBD77E9) is unknown color: approx Heliotrope. HEX triplet: BD, 77 and E9. RGB value is (189,119,233). Sum of RGB (Red+Green+Blue) = 189+119+233=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77E9 is #428816. Grayscale: #989898. Windows color (decimal): -4360215 or 15300541. OLE color: 15300541.

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

Color convert

RGB189119233-
CMYK0.190.4900.09
HSL276.84º72.15%69.02%-
HSV(B)276.84º48.93%91.37%-
XYZ42.2929.980.63-
YUV152.93173.19153.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=34.94%
G=22.00%
B=43.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891192330.190.4900.09276.8472.1569.02
HexBD77E91331091154845
Octal2751673512361011425110105
Binary10111101111011111101001100111100010100110001010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77E9; }

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

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

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

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

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

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

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

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