Shades of Heliotrope #BD60FF
Tints of Heliotrope #BD60FF
RGB
CMYK
RGB Variations
Color information
#BD60FF (or 0xBD60FF) is known color: Heliotrope. HEX triplet: BD, 60 and FF. RGB value is (189,96,255). Sum of RGB (Red+Green+Blue) = 189+96+255=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD60FF is #429F00. Grayscale: #8D8D8D. Windows color (decimal): -4366081 or 16736445. OLE color: 16736445.
HSL color Cylindrical-coordinate representation of color #BD60FF: hue angle of 275.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD60FF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 96 | 255 | - |
| CMYK | 0.26 | 0.62 | 0 | 0 |
| HSL | 275.09º | 1% | 0.69% | - |
| HSV(B) | 275.09º | 0.62% | 1% | - |
| XYZ | 43.22 | 26.4 | 97.43 | - |
| YUV | 141.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 255 | 0.26 | 0.62 | 0 | 0 | 275.09 | 1 | 0.69 |
| Hex | BD | 60 | FF | 1A | 3E | 0 | 0 | 113 | 64 | 45 |
| Octal | 275 | 140 | 377 | 32 | 76 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111101 | 1100000 | 11111111 | 11010 | 111110 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BD60FF
Complementary color
Monochromatic Colors of #BD60FF
Black with #BD60FF
Text Example
Text Example
White with #BD60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60FF; }
p { color: rgb(189,96,255); }
H1.HeaderClassName
{
color: #BD60FF;
}
.AnyTagClassName
{
color: #BD60FF;
}
</style>
background-color css
<style>
a { background-color: #BD60FF; }
a { background-color: rgb(189,96,255); }
div.DivClassName
{
background-color: #BD60FF;
}
.BgClassName
{
background-color: #BD60FF;
}
</style>
border-color css
<style>
span { border-color: #BD60FF; }
span { border-color: rgb(189,96,255); }
td.TdClassName
{
border-color: #BD60FF;
}
.TagClassName
{
border-color: #BD60FF;
}
</style>