Shades of Heliotrope #BD73F4
Tints of Heliotrope #BD73F4
RGB
CMYK
RGB Variations
Color information
#BD73F4 (or 0xBD73F4) is known color: Heliotrope. HEX triplet: BD, 73 and F4. RGB value is (189,115,244). Sum of RGB (Red+Green+Blue) = 189+115+244=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD73F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73F4 is #428C0B. Grayscale: #979797. Windows color (decimal): -4361228 or 16020413. OLE color: 16020413.
HSL color Cylindrical-coordinate representation of color #BD73F4: hue angle of 274.42º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD73F4 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 115 | 244 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.04 |
| HSL | 274.42º | 0.85% | 0.7% | - |
| HSV(B) | 274.42º | 0.53% | 0.96% | - |
| XYZ | 43.45 | 29.61 | 89.01 | - |
| YUV | 151.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 244 | 0.23 | 0.53 | 0 | 0.04 | 274.42 | 0.85 | 0.7 |
| Hex | BD | 73 | F4 | 17 | 35 | 0 | 4 | 112 | 55 | 46 |
| Octal | 275 | 163 | 364 | 27 | 65 | 0 | 4 | 422 | 125 | 106 |
| Binary | 10111101 | 1110011 | 11110100 | 10111 | 110101 | 0 | 100 | 100010010 | 1010101 | 1000110 |
Color Harmonies of #BD73F4
Complementary color
Monochromatic Colors of #BD73F4
Black with #BD73F4
Text Example
Text Example
White with #BD73F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73F4; }
p { color: rgb(189,115,244); }
H1.HeaderClassName
{
color: #BD73F4;
}
.AnyTagClassName
{
color: #BD73F4;
}
</style>
background-color css
<style>
a { background-color: #BD73F4; }
a { background-color: rgb(189,115,244); }
div.DivClassName
{
background-color: #BD73F4;
}
.BgClassName
{
background-color: #BD73F4;
}
</style>
border-color css
<style>
span { border-color: #BD73F4; }
span { border-color: rgb(189,115,244); }
td.TdClassName
{
border-color: #BD73F4;
}
.TagClassName
{
border-color: #BD73F4;
}
</style>