Shades of Heliotrope #BD59FF
Tints of Heliotrope #BD59FF
RGB
CMYK
RGB Variations
Color information
#BD59FF (or 0xBD59FF) is known color: Heliotrope. HEX triplet: BD, 59 and FF. RGB value is (189,89,255). Sum of RGB (Red+Green+Blue) = 189+89+255=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59FF is #42A600. Grayscale: #898989. Windows color (decimal): -4367873 or 16734653. OLE color: 16734653.
HSL color Cylindrical-coordinate representation of color #BD59FF: hue angle of 276.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD59FF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 89 | 255 | - |
| CMYK | 0.26 | 0.65 | 0 | 0 |
| HSL | 276.14º | 1% | 0.67% | - |
| HSV(B) | 276.14º | 0.65% | 1% | - |
| XYZ | 42.61 | 25.18 | 97.22 | - |
| YUV | 137.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 255 | 0.26 | 0.65 | 0 | 0 | 276.14 | 1 | 0.67 |
| Hex | BD | 59 | FF | 1A | 41 | 0 | 0 | 114 | 64 | 43 |
| Octal | 275 | 131 | 377 | 32 | 101 | 0 | 0 | 424 | 144 | 103 |
| Binary | 10111101 | 1011001 | 11111111 | 11010 | 1000001 | 0 | 0 | 100010100 | 1100100 | 1000011 |
Color Harmonies of #BD59FF
Complementary color
Monochromatic Colors of #BD59FF
Black with #BD59FF
Text Example
Text Example
White with #BD59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59FF; }
p { color: rgb(189,89,255); }
H1.HeaderClassName
{
color: #BD59FF;
}
.AnyTagClassName
{
color: #BD59FF;
}
</style>
background-color css
<style>
a { background-color: #BD59FF; }
a { background-color: rgb(189,89,255); }
div.DivClassName
{
background-color: #BD59FF;
}
.BgClassName
{
background-color: #BD59FF;
}
</style>
border-color css
<style>
span { border-color: #BD59FF; }
span { border-color: rgb(189,89,255); }
td.TdClassName
{
border-color: #BD59FF;
}
.TagClassName
{
border-color: #BD59FF;
}
</style>