Shades of Heliotrope #BD7DFF
Tints of Heliotrope #BD7DFF
RGB
CMYK
RGB Variations
Color information
#BD7DFF (or 0xBD7DFF) is known color: Heliotrope. HEX triplet: BD, 7D and FF. RGB value is (189,125,255). Sum of RGB (Red+Green+Blue) = 189+125+255=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DFF is #428200. Grayscale: #9E9E9E. Windows color (decimal): -4358657 or 16743869. OLE color: 16743869.
HSL color Cylindrical-coordinate representation of color #BD7DFF: hue angle of 269.54º 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 #BD7DFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 125 | 255 | - |
| CMYK | 0.26 | 0.51 | 0 | 0 |
| HSL | 269.54º | 1% | 0.75% | - |
| HSV(B) | 269.54º | 0.51% | 1% | - |
| XYZ | 46.37 | 32.71 | 98.48 | - |
| YUV | 158.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 255 | 0.26 | 0.51 | 0 | 0 | 269.54 | 1 | 0.75 |
| Hex | BD | 7D | FF | 1A | 33 | 0 | 0 | 10E | 64 | 4B |
| Octal | 275 | 175 | 377 | 32 | 63 | 0 | 0 | 416 | 144 | 113 |
| Binary | 10111101 | 1111101 | 11111111 | 11010 | 110011 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #BD7DFF
Complementary color
Monochromatic Colors of #BD7DFF
Black with #BD7DFF
Text Example
Text Example
White with #BD7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DFF; }
p { color: rgb(189,125,255); }
H1.HeaderClassName
{
color: #BD7DFF;
}
.AnyTagClassName
{
color: #BD7DFF;
}
</style>
background-color css
<style>
a { background-color: #BD7DFF; }
a { background-color: rgb(189,125,255); }
div.DivClassName
{
background-color: #BD7DFF;
}
.BgClassName
{
background-color: #BD7DFF;
}
</style>
border-color css
<style>
span { border-color: #BD7DFF; }
span { border-color: rgb(189,125,255); }
td.TdClassName
{
border-color: #BD7DFF;
}
.TagClassName
{
border-color: #BD7DFF;
}
</style>