Shades of Heliotrope #BD7DF5
Tints of Heliotrope #BD7DF5
RGB
CMYK
RGB Variations
Color information
#BD7DF5 (or 0xBD7DF5) is known color: Heliotrope. HEX triplet: BD, 7D and F5. RGB value is (189,125,245). Sum of RGB (Red+Green+Blue) = 189+125+245=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD7DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DF5 is #42820A. Grayscale: #9D9D9D. Windows color (decimal): -4358667 or 16088509. OLE color: 16088509.
HSL color Cylindrical-coordinate representation of color #BD7DF5: hue angle of 272º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7DF5 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 125 | 245 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.04 |
| HSL | 272º | 0.86% | 0.73% | - |
| HSV(B) | 272º | 0.49% | 0.96% | - |
| XYZ | 44.8 | 32.08 | 90.22 | - |
| YUV | 157.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 245 | 0.23 | 0.49 | 0 | 0.04 | 272 | 0.86 | 0.73 |
| Hex | BD | 7D | F5 | 17 | 31 | 0 | 4 | 110 | 56 | 49 |
| Octal | 275 | 175 | 365 | 27 | 61 | 0 | 4 | 420 | 126 | 111 |
| Binary | 10111101 | 1111101 | 11110101 | 10111 | 110001 | 0 | 100 | 100010000 | 1010110 | 1001001 |
Color Harmonies of #BD7DF5
Complementary color
Monochromatic Colors of #BD7DF5
Black with #BD7DF5
Text Example
Text Example
White with #BD7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DF5; }
p { color: rgb(189,125,245); }
H1.HeaderClassName
{
color: #BD7DF5;
}
.AnyTagClassName
{
color: #BD7DF5;
}
</style>
background-color css
<style>
a { background-color: #BD7DF5; }
a { background-color: rgb(189,125,245); }
div.DivClassName
{
background-color: #BD7DF5;
}
.BgClassName
{
background-color: #BD7DF5;
}
</style>
border-color css
<style>
span { border-color: #BD7DF5; }
span { border-color: rgb(189,125,245); }
td.TdClassName
{
border-color: #BD7DF5;
}
.TagClassName
{
border-color: #BD7DF5;
}
</style>