#BD77F8

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

Shades of Heliotrope #BD77F8

Tints of Heliotrope #BD77F8

Color information

#BD77F8 (or 0xBD77F8) is unknown color: approx Heliotrope. HEX triplet: BD, 77 and F8. RGB value is (189,119,248). Sum of RGB (Red+Green+Blue) = 189+119+248=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77F8 is #428807. Grayscale: #9A9A9A. Windows color (decimal): -4360200 or 16283581. OLE color: 16283581.

HSL color Cylindrical-coordinate representation of color #BD77F8: hue angle of 272.56º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD77F8 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189119248-
CMYK0.240.5200.03
HSL272.56º90.21%71.96%-
HSV(B)272.56º52.02%97.25%-
XYZ44.5330.7992.4-
YUV154.64180.69152.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 119 (46.88% from 255) = 21.40%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=33.99%
G=21.40%
B=44.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891192480.240.5200.03272.5690.2171.96
HexBD77F81834031115a48
Octal275167370306403421132110
Binary101111011110111111110001100011010001110001000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77F8; }

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

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

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

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

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

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

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

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