Shades of Heliotrope #BD5CFE
Tints of Heliotrope #BD5CFE
RGB
CMYK
RGB Variations
Color information
#BD5CFE (or 0xBD5CFE) is known color: Heliotrope. HEX triplet: BD, 5C and FE. RGB value is (189,92,254). Sum of RGB (Red+Green+Blue) = 189+92+254=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CFE is #42A301. Grayscale: #8A8A8A. Windows color (decimal): -4367106 or 16669885. OLE color: 16669885.
HSL color Cylindrical-coordinate representation of color #BD5CFE: hue angle of 275.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD5CFE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 92 | 254 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.00 |
| HSL | 275.93º | 0.99% | 0.68% | - |
| HSV(B) | 275.93º | 0.64% | 1% | - |
| XYZ | 42.7 | 25.63 | 96.46 | - |
| YUV | 139.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 254 | 0.26 | 0.64 | 0 | 0.00 | 275.93 | 0.99 | 0.68 |
| Hex | BD | 5C | FE | 1A | 40 | 0 | 0 | 114 | 63 | 44 |
| Octal | 275 | 134 | 376 | 32 | 100 | 0 | 0 | 424 | 143 | 104 |
| Binary | 10111101 | 1011100 | 11111110 | 11010 | 1000000 | 0 | 0 | 100010100 | 1100011 | 1000100 |
Color Harmonies of #BD5CFE
Complementary color
Monochromatic Colors of #BD5CFE
Black with #BD5CFE
Text Example
Text Example
White with #BD5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CFE; }
p { color: rgb(189,92,254); }
H1.HeaderClassName
{
color: #BD5CFE;
}
.AnyTagClassName
{
color: #BD5CFE;
}
</style>
background-color css
<style>
a { background-color: #BD5CFE; }
a { background-color: rgb(189,92,254); }
div.DivClassName
{
background-color: #BD5CFE;
}
.BgClassName
{
background-color: #BD5CFE;
}
</style>
border-color css
<style>
span { border-color: #BD5CFE; }
span { border-color: rgb(189,92,254); }
td.TdClassName
{
border-color: #BD5CFE;
}
.TagClassName
{
border-color: #BD5CFE;
}
</style>