Shades of Heliotrope #BD73F0
Tints of Heliotrope #BD73F0
RGB
CMYK
RGB Variations
Color information
#BD73F0 (or 0xBD73F0) is known color: Heliotrope. HEX triplet: BD, 73 and F0. RGB value is (189,115,240). Sum of RGB (Red+Green+Blue) = 189+115+240=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73F0 is #428C0F. Grayscale: #969696. Windows color (decimal): -4361232 or 15758269. OLE color: 15758269.
HSL color Cylindrical-coordinate representation of color #BD73F0: hue angle of 275.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD73F0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 115 | 240 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.06 |
| HSL | 275.52º | 0.81% | 0.7% | - |
| HSV(B) | 275.52º | 0.52% | 0.94% | - |
| XYZ | 42.85 | 29.37 | 85.85 | - |
| YUV | 151.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 240 | 0.21 | 0.52 | 0 | 0.06 | 275.52 | 0.81 | 0.7 |
| Hex | BD | 73 | F0 | 15 | 34 | 0 | 6 | 114 | 51 | 46 |
| Octal | 275 | 163 | 360 | 25 | 64 | 0 | 6 | 424 | 121 | 106 |
| Binary | 10111101 | 1110011 | 11110000 | 10101 | 110100 | 0 | 110 | 100010100 | 1010001 | 1000110 |
Color Harmonies of #BD73F0
Complementary color
Monochromatic Colors of #BD73F0
Black with #BD73F0
Text Example
Text Example
White with #BD73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73F0; }
p { color: rgb(189,115,240); }
H1.HeaderClassName
{
color: #BD73F0;
}
.AnyTagClassName
{
color: #BD73F0;
}
</style>
background-color css
<style>
a { background-color: #BD73F0; }
a { background-color: rgb(189,115,240); }
div.DivClassName
{
background-color: #BD73F0;
}
.BgClassName
{
background-color: #BD73F0;
}
</style>
border-color css
<style>
span { border-color: #BD73F0; }
span { border-color: rgb(189,115,240); }
td.TdClassName
{
border-color: #BD73F0;
}
.TagClassName
{
border-color: #BD73F0;
}
</style>