Shades of Heliotrope #BD5CFF
Tints of Heliotrope #BD5CFF
RGB
CMYK
RGB Variations
Color information
#BD5CFF (or 0xBD5CFF) is known color: Heliotrope. HEX triplet: BD, 5C and FF. RGB value is (189,92,255). Sum of RGB (Red+Green+Blue) = 189+92+255=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CFF is #42A300. Grayscale: #8B8B8B. Windows color (decimal): -4367105 or 16735421. OLE color: 16735421.
HSL color Cylindrical-coordinate representation of color #BD5CFF: hue angle of 275.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD5CFF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 92 | 255 | - |
| CMYK | 0.26 | 0.64 | 0 | 0 |
| HSL | 275.71º | 1% | 0.68% | - |
| HSV(B) | 275.71º | 0.64% | 1% | - |
| XYZ | 42.86 | 25.69 | 97.31 | - |
| YUV | 139.59 | 193.14 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 255 | 0.26 | 0.64 | 0 | 0 | 275.71 | 1 | 0.68 |
| Hex | BD | 5C | FF | 1A | 40 | 0 | 0 | 114 | 64 | 44 |
| Octal | 275 | 134 | 377 | 32 | 100 | 0 | 0 | 424 | 144 | 104 |
| Binary | 10111101 | 1011100 | 11111111 | 11010 | 1000000 | 0 | 0 | 100010100 | 1100100 | 1000100 |
Color Harmonies of #BD5CFF
Complementary color
Monochromatic Colors of #BD5CFF
Black with #BD5CFF
Text Example
Text Example
White with #BD5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CFF; }
p { color: rgb(189,92,255); }
H1.HeaderClassName
{
color: #BD5CFF;
}
.AnyTagClassName
{
color: #BD5CFF;
}
</style>
background-color css
<style>
a { background-color: #BD5CFF; }
a { background-color: rgb(189,92,255); }
div.DivClassName
{
background-color: #BD5CFF;
}
.BgClassName
{
background-color: #BD5CFF;
}
</style>
border-color css
<style>
span { border-color: #BD5CFF; }
span { border-color: rgb(189,92,255); }
td.TdClassName
{
border-color: #BD5CFF;
}
.TagClassName
{
border-color: #BD5CFF;
}
</style>