Shades of Heliotrope #BD5EFF
Tints of Heliotrope #BD5EFF
RGB
CMYK
RGB Variations
Color information
#BD5EFF (or 0xBD5EFF) is known color: Heliotrope. HEX triplet: BD, 5E and FF. RGB value is (189,94,255). Sum of RGB (Red+Green+Blue) = 189+94+255=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EFF is #42A100. Grayscale: #8C8C8C. Windows color (decimal): -4366593 or 16735933. OLE color: 16735933.
HSL color Cylindrical-coordinate representation of color #BD5EFF: hue angle of 275.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5EFF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 94 | 255 | - |
| CMYK | 0.26 | 0.63 | 0 | 0 |
| HSL | 275.4º | 1% | 0.68% | - |
| HSV(B) | 275.4º | 0.63% | 1% | - |
| XYZ | 43.04 | 26.04 | 97.37 | - |
| YUV | 140.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 255 | 0.26 | 0.63 | 0 | 0 | 275.4 | 1 | 0.68 |
| Hex | BD | 5E | FF | 1A | 3F | 0 | 0 | 113 | 64 | 44 |
| Octal | 275 | 136 | 377 | 32 | 77 | 0 | 0 | 423 | 144 | 104 |
| Binary | 10111101 | 1011110 | 11111111 | 11010 | 111111 | 0 | 0 | 100010011 | 1100100 | 1000100 |
Color Harmonies of #BD5EFF
Complementary color
Monochromatic Colors of #BD5EFF
Black with #BD5EFF
Text Example
Text Example
White with #BD5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EFF; }
p { color: rgb(189,94,255); }
H1.HeaderClassName
{
color: #BD5EFF;
}
.AnyTagClassName
{
color: #BD5EFF;
}
</style>
background-color css
<style>
a { background-color: #BD5EFF; }
a { background-color: rgb(189,94,255); }
div.DivClassName
{
background-color: #BD5EFF;
}
.BgClassName
{
background-color: #BD5EFF;
}
</style>
border-color css
<style>
span { border-color: #BD5EFF; }
span { border-color: rgb(189,94,255); }
td.TdClassName
{
border-color: #BD5EFF;
}
.TagClassName
{
border-color: #BD5EFF;
}
</style>