#BD76F6

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

Shades of Heliotrope #BD76F6

Tints of Heliotrope #BD76F6

Color information

#BD76F6 (or 0xBD76F6) is unknown color: approx Heliotrope. HEX triplet: BD, 76 and F6. RGB value is (189,118,246). Sum of RGB (Red+Green+Blue) = 189+118+246=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD76F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76F6 is #428909. Grayscale: #999999. Windows color (decimal): -4360458 or 16152253. OLE color: 16152253.

HSL color Cylindrical-coordinate representation of color #BD76F6: hue angle of 273.28º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD76F6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189118246-
CMYK0.230.5200.04
HSL273.28º87.67%71.37%-
HSV(B)273.28º52.03%96.47%-
XYZ44.130.4390.74-
YUV153.82180.02153.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=34.18%
G=21.34%
B=44.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891182460.230.5200.04273.2887.6771.37
HexBD76F61734041115847
Octal275166366276404421130107
Binary1011110111101101111011010111110100010010001000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76F6; }

 p { color: rgb(189,118,246); }

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

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

 a { background-color: rgb(189,118,246); }

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

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

 span { border-color: rgb(189,118,246); }

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