Shades of Heliotrope #BD58FE
Tints of Heliotrope #BD58FE
RGB
CMYK
RGB Variations
Color information
#BD58FE (or 0xBD58FE) is known color: Heliotrope. HEX triplet: BD, 58 and FE. RGB value is (189,88,254). Sum of RGB (Red+Green+Blue) = 189+88+254=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58FE is #42A701. Grayscale: #888888. Windows color (decimal): -4368130 or 16668861. OLE color: 16668861.
HSL color Cylindrical-coordinate representation of color #BD58FE: hue angle of 276.51º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD58FE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 88 | 254 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.00 |
| HSL | 276.51º | 0.99% | 0.67% | - |
| HSV(B) | 276.51º | 0.65% | 1% | - |
| XYZ | 42.37 | 24.95 | 96.35 | - |
| YUV | 137.12 | 193.96 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 254 | 0.26 | 0.65 | 0 | 0.00 | 276.51 | 0.99 | 0.67 |
| Hex | BD | 58 | FE | 1A | 41 | 0 | 0 | 115 | 63 | 43 |
| Octal | 275 | 130 | 376 | 32 | 101 | 0 | 0 | 425 | 143 | 103 |
| Binary | 10111101 | 1011000 | 11111110 | 11010 | 1000001 | 0 | 0 | 100010101 | 1100011 | 1000011 |
Color Harmonies of #BD58FE
Complementary color
Monochromatic Colors of #BD58FE
Black with #BD58FE
Text Example
Text Example
White with #BD58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58FE; }
p { color: rgb(189,88,254); }
H1.HeaderClassName
{
color: #BD58FE;
}
.AnyTagClassName
{
color: #BD58FE;
}
</style>
background-color css
<style>
a { background-color: #BD58FE; }
a { background-color: rgb(189,88,254); }
div.DivClassName
{
background-color: #BD58FE;
}
.BgClassName
{
background-color: #BD58FE;
}
</style>
border-color css
<style>
span { border-color: #BD58FE; }
span { border-color: rgb(189,88,254); }
td.TdClassName
{
border-color: #BD58FE;
}
.TagClassName
{
border-color: #BD58FE;
}
</style>