Shades of Heliotrope #BD5EFE
Tints of Heliotrope #BD5EFE
RGB
CMYK
RGB Variations
Color information
#BD5EFE (or 0xBD5EFE) is known color: Heliotrope. HEX triplet: BD, 5E and FE. RGB value is (189,94,254). Sum of RGB (Red+Green+Blue) = 189+94+254=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EFE is #42A101. Grayscale: #8C8C8C. Windows color (decimal): -4366594 or 16670397. OLE color: 16670397.
HSL color Cylindrical-coordinate representation of color #BD5EFE: hue angle of 275.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5EFE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 94 | 254 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.00 |
| HSL | 275.63º | 0.99% | 0.68% | - |
| HSV(B) | 275.63º | 0.63% | 1% | - |
| XYZ | 42.88 | 25.98 | 96.52 | - |
| YUV | 140.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 254 | 0.26 | 0.63 | 0 | 0.00 | 275.63 | 0.99 | 0.68 |
| Hex | BD | 5E | FE | 1A | 3F | 0 | 0 | 114 | 63 | 44 |
| Octal | 275 | 136 | 376 | 32 | 77 | 0 | 0 | 424 | 143 | 104 |
| Binary | 10111101 | 1011110 | 11111110 | 11010 | 111111 | 0 | 0 | 100010100 | 1100011 | 1000100 |
Color Harmonies of #BD5EFE
Complementary color
Monochromatic Colors of #BD5EFE
Black with #BD5EFE
Text Example
Text Example
White with #BD5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EFE; }
p { color: rgb(189,94,254); }
H1.HeaderClassName
{
color: #BD5EFE;
}
.AnyTagClassName
{
color: #BD5EFE;
}
</style>
background-color css
<style>
a { background-color: #BD5EFE; }
a { background-color: rgb(189,94,254); }
div.DivClassName
{
background-color: #BD5EFE;
}
.BgClassName
{
background-color: #BD5EFE;
}
</style>
border-color css
<style>
span { border-color: #BD5EFE; }
span { border-color: rgb(189,94,254); }
td.TdClassName
{
border-color: #BD5EFE;
}
.TagClassName
{
border-color: #BD5EFE;
}
</style>