Shades of Heliotrope #BD70F3
Tints of Heliotrope #BD70F3
RGB
CMYK
RGB Variations
Color information
#BD70F3 (or 0xBD70F3) is known color: Heliotrope. HEX triplet: BD, 70 and F3. RGB value is (189,112,243). Sum of RGB (Red+Green+Blue) = 189+112+243=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70F3 is #428F0C. Grayscale: #959595. Windows color (decimal): -4361997 or 15954109. OLE color: 15954109.
HSL color Cylindrical-coordinate representation of color #BD70F3: hue angle of 275.27º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD70F3 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 112 | 243 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.05 |
| HSL | 275.27º | 0.85% | 0.7% | - |
| HSV(B) | 275.27º | 0.54% | 0.95% | - |
| XYZ | 42.96 | 28.88 | 88.1 | - |
| YUV | 149.96 | 180.51 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 243 | 0.22 | 0.54 | 0 | 0.05 | 275.27 | 0.85 | 0.7 |
| Hex | BD | 70 | F3 | 16 | 36 | 0 | 5 | 113 | 55 | 46 |
| Octal | 275 | 160 | 363 | 26 | 66 | 0 | 5 | 423 | 125 | 106 |
| Binary | 10111101 | 1110000 | 11110011 | 10110 | 110110 | 0 | 101 | 100010011 | 1010101 | 1000110 |
Color Harmonies of #BD70F3
Complementary color
Monochromatic Colors of #BD70F3
Black with #BD70F3
Text Example
Text Example
White with #BD70F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70F3; }
p { color: rgb(189,112,243); }
H1.HeaderClassName
{
color: #BD70F3;
}
.AnyTagClassName
{
color: #BD70F3;
}
</style>
background-color css
<style>
a { background-color: #BD70F3; }
a { background-color: rgb(189,112,243); }
div.DivClassName
{
background-color: #BD70F3;
}
.BgClassName
{
background-color: #BD70F3;
}
</style>
border-color css
<style>
span { border-color: #BD70F3; }
span { border-color: rgb(189,112,243); }
td.TdClassName
{
border-color: #BD70F3;
}
.TagClassName
{
border-color: #BD70F3;
}
</style>