Shades of Heliotrope #BD58FF
Tints of Heliotrope #BD58FF
RGB
CMYK
RGB Variations
Color information
#BD58FF (or 0xBD58FF) is known color: Heliotrope. HEX triplet: BD, 58 and FF. RGB value is (189,88,255). Sum of RGB (Red+Green+Blue) = 189+88+255=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58FF is #42A700. Grayscale: #888888. Windows color (decimal): -4368129 or 16734397. OLE color: 16734397.
HSL color Cylindrical-coordinate representation of color #BD58FF: hue angle of 276.29º 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 #BD58FF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 88 | 255 | - |
| CMYK | 0.26 | 0.65 | 0 | 0 |
| HSL | 276.29º | 1% | 0.67% | - |
| HSV(B) | 276.29º | 0.65% | 1% | - |
| XYZ | 42.53 | 25.02 | 97.2 | - |
| YUV | 137.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 255 | 0.26 | 0.65 | 0 | 0 | 276.29 | 1 | 0.67 |
| Hex | BD | 58 | FF | 1A | 41 | 0 | 0 | 114 | 64 | 43 |
| Octal | 275 | 130 | 377 | 32 | 101 | 0 | 0 | 424 | 144 | 103 |
| Binary | 10111101 | 1011000 | 11111111 | 11010 | 1000001 | 0 | 0 | 100010100 | 1100100 | 1000011 |
Color Harmonies of #BD58FF
Complementary color
Monochromatic Colors of #BD58FF
Black with #BD58FF
Text Example
Text Example
White with #BD58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58FF; }
p { color: rgb(189,88,255); }
H1.HeaderClassName
{
color: #BD58FF;
}
.AnyTagClassName
{
color: #BD58FF;
}
</style>
background-color css
<style>
a { background-color: #BD58FF; }
a { background-color: rgb(189,88,255); }
div.DivClassName
{
background-color: #BD58FF;
}
.BgClassName
{
background-color: #BD58FF;
}
</style>
border-color css
<style>
span { border-color: #BD58FF; }
span { border-color: rgb(189,88,255); }
td.TdClassName
{
border-color: #BD58FF;
}
.TagClassName
{
border-color: #BD58FF;
}
</style>