#bd76ff

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

Shades of Heliotrope #BD76FF

Tints of Heliotrope #BD76FF

Color information

#BD76FF (or 0xBD76FF) is unknown color: approx Heliotrope. HEX triplet: BD, 76 and FF. RGB value is (189,118,255). Sum of RGB (Red+Green+Blue) = 189+118+255=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76FF is #428900. Grayscale: #9A9A9A. Windows color (decimal): -4360449 or 16742077. OLE color: 16742077.

HSL color Cylindrical-coordinate representation of color #BD76FF: hue angle of 271.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD76FF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189118255-
CMYK0.260.5400
HSL271.09º100%73.14%-
HSV(B)271.09º53.73%100%-
XYZ45.513198.19-
YUV154.85184.52152.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 118 (46.48% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 45.37%
R=33.63%
G=21.00%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891182550.260.5400271.0910073.14
HexBD76FF1A360010f6449
Octal275166377326600417144111
Binary10111101111011011111111110101101100010000111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd76ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd76ff; }

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

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

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

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

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

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

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

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