Shades of Heliotrope #BD7EFF
Tints of Heliotrope #BD7EFF
RGB
CMYK
RGB Variations
Color information
#BD7EFF (or 0xBD7EFF) is known color: Heliotrope. HEX triplet: BD, 7E and FF. RGB value is (189,126,255). Sum of RGB (Red+Green+Blue) = 189+126+255=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7EFF is #428100. Grayscale: #9F9F9F. Windows color (decimal): -4358401 or 16744125. OLE color: 16744125.
HSL color Cylindrical-coordinate representation of color #BD7EFF: hue angle of 269.3º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7EFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 126 | 255 | - |
| CMYK | 0.26 | 0.51 | 0 | 0 |
| HSL | 269.3º | 1% | 0.75% | - |
| HSV(B) | 269.3º | 0.51% | 1% | - |
| XYZ | 46.5 | 32.96 | 98.52 | - |
| YUV | 159.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 255 | 0.26 | 0.51 | 0 | 0 | 269.3 | 1 | 0.75 |
| Hex | BD | 7E | FF | 1A | 33 | 0 | 0 | 10D | 64 | 4B |
| Octal | 275 | 176 | 377 | 32 | 63 | 0 | 0 | 415 | 144 | 113 |
| Binary | 10111101 | 1111110 | 11111111 | 11010 | 110011 | 0 | 0 | 100001101 | 1100100 | 1001011 |
Color Harmonies of #BD7EFF
Complementary color
Monochromatic Colors of #BD7EFF
Black with #BD7EFF
Text Example
Text Example
White with #BD7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EFF; }
p { color: rgb(189,126,255); }
H1.HeaderClassName
{
color: #BD7EFF;
}
.AnyTagClassName
{
color: #BD7EFF;
}
</style>
background-color css
<style>
a { background-color: #BD7EFF; }
a { background-color: rgb(189,126,255); }
div.DivClassName
{
background-color: #BD7EFF;
}
.BgClassName
{
background-color: #BD7EFF;
}
</style>
border-color css
<style>
span { border-color: #BD7EFF; }
span { border-color: rgb(189,126,255); }
td.TdClassName
{
border-color: #BD7EFF;
}
.TagClassName
{
border-color: #BD7EFF;
}
</style>