Shades of Heliotrope #BD7CFC
Tints of Heliotrope #BD7CFC
RGB
CMYK
RGB Variations
Color information
#BD7CFC (or 0xBD7CFC) is known color: Heliotrope. HEX triplet: BD, 7C and FC. RGB value is (189,124,252). Sum of RGB (Red+Green+Blue) = 189+124+252=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7CFC is #428303. Grayscale: #9D9D9D. Windows color (decimal): -4358916 or 16547005. OLE color: 16547005.
HSL color Cylindrical-coordinate representation of color #BD7CFC: hue angle of 270.47º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7CFC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 124 | 252 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.01 |
| HSL | 270.47º | 0.96% | 0.74% | - |
| HSV(B) | 270.47º | 0.51% | 0.99% | - |
| XYZ | 45.76 | 32.26 | 95.91 | - |
| YUV | 158.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 252 | 0.25 | 0.51 | 0 | 0.01 | 270.47 | 0.96 | 0.74 |
| Hex | BD | 7C | FC | 19 | 33 | 0 | 1 | 10E | 60 | 4A |
| Octal | 275 | 174 | 374 | 31 | 63 | 0 | 1 | 416 | 140 | 112 |
| Binary | 10111101 | 1111100 | 11111100 | 11001 | 110011 | 0 | 1 | 100001110 | 1100000 | 1001010 |
Color Harmonies of #BD7CFC
Complementary color
Monochromatic Colors of #BD7CFC
Black with #BD7CFC
Text Example
Text Example
White with #BD7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CFC; }
p { color: rgb(189,124,252); }
H1.HeaderClassName
{
color: #BD7CFC;
}
.AnyTagClassName
{
color: #BD7CFC;
}
</style>
background-color css
<style>
a { background-color: #BD7CFC; }
a { background-color: rgb(189,124,252); }
div.DivClassName
{
background-color: #BD7CFC;
}
.BgClassName
{
background-color: #BD7CFC;
}
</style>
border-color css
<style>
span { border-color: #BD7CFC; }
span { border-color: rgb(189,124,252); }
td.TdClassName
{
border-color: #BD7CFC;
}
.TagClassName
{
border-color: #BD7CFC;
}
</style>