Shades of Heliotrope #BD7CFF
Tints of Heliotrope #BD7CFF
RGB
CMYK
RGB Variations
Color information
#BD7CFF (or 0xBD7CFF) is known color: Heliotrope. HEX triplet: BD, 7C and FF. RGB value is (189,124,255). Sum of RGB (Red+Green+Blue) = 189+124+255=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7CFF is #428300. Grayscale: #9D9D9D. Windows color (decimal): -4358913 or 16743613. OLE color: 16743613.
HSL color Cylindrical-coordinate representation of color #BD7CFF: hue angle of 269.77º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7CFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 124 | 255 | - |
| CMYK | 0.26 | 0.51 | 0 | 0 |
| HSL | 269.77º | 1% | 0.74% | - |
| HSV(B) | 269.77º | 0.51% | 1% | - |
| XYZ | 46.24 | 32.45 | 98.43 | - |
| YUV | 158.37 | 182.53 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 255 | 0.26 | 0.51 | 0 | 0 | 269.77 | 1 | 0.74 |
| Hex | BD | 7C | FF | 1A | 33 | 0 | 0 | 10E | 64 | 4A |
| Octal | 275 | 174 | 377 | 32 | 63 | 0 | 0 | 416 | 144 | 112 |
| Binary | 10111101 | 1111100 | 11111111 | 11010 | 110011 | 0 | 0 | 100001110 | 1100100 | 1001010 |
Color Harmonies of #BD7CFF
Complementary color
Monochromatic Colors of #BD7CFF
Black with #BD7CFF
Text Example
Text Example
White with #BD7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CFF; }
p { color: rgb(189,124,255); }
H1.HeaderClassName
{
color: #BD7CFF;
}
.AnyTagClassName
{
color: #BD7CFF;
}
</style>
background-color css
<style>
a { background-color: #BD7CFF; }
a { background-color: rgb(189,124,255); }
div.DivClassName
{
background-color: #BD7CFF;
}
.BgClassName
{
background-color: #BD7CFF;
}
</style>
border-color css
<style>
span { border-color: #BD7CFF; }
span { border-color: rgb(189,124,255); }
td.TdClassName
{
border-color: #BD7CFF;
}
.TagClassName
{
border-color: #BD7CFF;
}
</style>