Shades of Heliotrope #BD87FF
Tints of Heliotrope #BD87FF
RGB
CMYK
RGB Variations
Color information
#BD87FF (or 0xBD87FF) is known color: Heliotrope. HEX triplet: BD, 87 and FF. RGB value is (189,135,255). Sum of RGB (Red+Green+Blue) = 189+135+255=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87FF is #427800. Grayscale: #A4A4A4. Windows color (decimal): -4356097 or 16746429. OLE color: 16746429.
HSL color Cylindrical-coordinate representation of color #BD87FF: hue angle of 267º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD87FF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 135 | 255 | - |
| CMYK | 0.26 | 0.47 | 0 | 0 |
| HSL | 267º | 1% | 0.76% | - |
| HSV(B) | 267º | 0.47% | 1% | - |
| XYZ | 47.7 | 35.37 | 98.92 | - |
| YUV | 164.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 255 | 0.26 | 0.47 | 0 | 0 | 267 | 1 | 0.76 |
| Hex | BD | 87 | FF | 1A | 2F | 0 | 0 | 10B | 64 | 4C |
| Octal | 275 | 207 | 377 | 32 | 57 | 0 | 0 | 413 | 144 | 114 |
| Binary | 10111101 | 10000111 | 11111111 | 11010 | 101111 | 0 | 0 | 100001011 | 1100100 | 1001100 |
Color Harmonies of #BD87FF
Complementary color
Monochromatic Colors of #BD87FF
Black with #BD87FF
Text Example
Text Example
White with #BD87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87FF; }
p { color: rgb(189,135,255); }
H1.HeaderClassName
{
color: #BD87FF;
}
.AnyTagClassName
{
color: #BD87FF;
}
</style>
background-color css
<style>
a { background-color: #BD87FF; }
a { background-color: rgb(189,135,255); }
div.DivClassName
{
background-color: #BD87FF;
}
.BgClassName
{
background-color: #BD87FF;
}
</style>
border-color css
<style>
span { border-color: #BD87FF; }
span { border-color: rgb(189,135,255); }
td.TdClassName
{
border-color: #BD87FF;
}
.TagClassName
{
border-color: #BD87FF;
}
</style>