Shades of Heliotrope #BD80FF
Tints of Heliotrope #BD80FF
RGB
CMYK
RGB Variations
Color information
#BD80FF (or 0xBD80FF) is known color: Heliotrope. HEX triplet: BD, 80 and FF. RGB value is (189,128,255). Sum of RGB (Red+Green+Blue) = 189+128+255=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80FF is #427F00. Grayscale: #A0A0A0. Windows color (decimal): -4357889 or 16744637. OLE color: 16744637.
HSL color Cylindrical-coordinate representation of color #BD80FF: hue angle of 268.82º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD80FF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 128 | 255 | - |
| CMYK | 0.26 | 0.50 | 0 | 0 |
| HSL | 268.82º | 1% | 0.75% | - |
| HSV(B) | 268.82º | 0.5% | 1% | - |
| XYZ | 46.76 | 33.48 | 98.61 | - |
| YUV | 160.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 255 | 0.26 | 0.50 | 0 | 0 | 268.82 | 1 | 0.75 |
| Hex | BD | 80 | FF | 1A | 32 | 0 | 0 | 10D | 64 | 4B |
| Octal | 275 | 200 | 377 | 32 | 62 | 0 | 0 | 415 | 144 | 113 |
| Binary | 10111101 | 10000000 | 11111111 | 11010 | 110010 | 0 | 0 | 100001101 | 1100100 | 1001011 |
Color Harmonies of #BD80FF
Complementary color
Monochromatic Colors of #BD80FF
Black with #BD80FF
Text Example
Text Example
White with #BD80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80FF; }
p { color: rgb(189,128,255); }
H1.HeaderClassName
{
color: #BD80FF;
}
.AnyTagClassName
{
color: #BD80FF;
}
</style>
background-color css
<style>
a { background-color: #BD80FF; }
a { background-color: rgb(189,128,255); }
div.DivClassName
{
background-color: #BD80FF;
}
.BgClassName
{
background-color: #BD80FF;
}
</style>
border-color css
<style>
span { border-color: #BD80FF; }
span { border-color: rgb(189,128,255); }
td.TdClassName
{
border-color: #BD80FF;
}
.TagClassName
{
border-color: #BD80FF;
}
</style>