Shades of Heliotrope #BD77FF
Tints of Heliotrope #BD77FF
RGB
CMYK
RGB Variations
Color information
#BD77FF (or 0xBD77FF) is known color: Heliotrope. HEX triplet: BD, 77 and FF. RGB value is (189,119,255). Sum of RGB (Red+Green+Blue) = 189+119+255=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77FF is #428800. Grayscale: #9A9A9A. Windows color (decimal): -4360193 or 16742333. OLE color: 16742333.
HSL color Cylindrical-coordinate representation of color #BD77FF: hue angle of 270.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD77FF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 119 | 255 | - |
| CMYK | 0.26 | 0.53 | 0 | 0 |
| HSL | 270.88º | 1% | 0.73% | - |
| HSV(B) | 270.88º | 0.53% | 1% | - |
| XYZ | 45.63 | 31.23 | 98.23 | - |
| YUV | 155.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 255 | 0.26 | 0.53 | 0 | 0 | 270.88 | 1 | 0.73 |
| Hex | BD | 77 | FF | 1A | 35 | 0 | 0 | 10F | 64 | 49 |
| Octal | 275 | 167 | 377 | 32 | 65 | 0 | 0 | 417 | 144 | 111 |
| Binary | 10111101 | 1110111 | 11111111 | 11010 | 110101 | 0 | 0 | 100001111 | 1100100 | 1001001 |
Color Harmonies of #BD77FF
Complementary color
Monochromatic Colors of #BD77FF
Black with #BD77FF
Text Example
Text Example
White with #BD77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77FF; }
p { color: rgb(189,119,255); }
H1.HeaderClassName
{
color: #BD77FF;
}
.AnyTagClassName
{
color: #BD77FF;
}
</style>
background-color css
<style>
a { background-color: #BD77FF; }
a { background-color: rgb(189,119,255); }
div.DivClassName
{
background-color: #BD77FF;
}
.BgClassName
{
background-color: #BD77FF;
}
</style>
border-color css
<style>
span { border-color: #BD77FF; }
span { border-color: rgb(189,119,255); }
td.TdClassName
{
border-color: #BD77FF;
}
.TagClassName
{
border-color: #BD77FF;
}
</style>