Shades of Heliotrope #BD70F7
Tints of Heliotrope #BD70F7
RGB
CMYK
RGB Variations
Color information
#BD70F7 (or 0xBD70F7) is known color: Heliotrope. HEX triplet: BD, 70 and F7. RGB value is (189,112,247). Sum of RGB (Red+Green+Blue) = 189+112+247=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70F7 is #428F08. Grayscale: #959595. Windows color (decimal): -4361993 or 16216253. OLE color: 16216253.
HSL color Cylindrical-coordinate representation of color #BD70F7: hue angle of 274.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD70F7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 112 | 247 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.03 |
| HSL | 274.22º | 0.89% | 0.7% | - |
| HSV(B) | 274.22º | 0.55% | 0.97% | - |
| XYZ | 43.57 | 29.12 | 91.32 | - |
| YUV | 150.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 247 | 0.23 | 0.55 | 0 | 0.03 | 274.22 | 0.89 | 0.7 |
| Hex | BD | 70 | F7 | 17 | 37 | 0 | 3 | 112 | 59 | 46 |
| Octal | 275 | 160 | 367 | 27 | 67 | 0 | 3 | 422 | 131 | 106 |
| Binary | 10111101 | 1110000 | 11110111 | 10111 | 110111 | 0 | 11 | 100010010 | 1011001 | 1000110 |
Color Harmonies of #BD70F7
Complementary color
Monochromatic Colors of #BD70F7
Black with #BD70F7
Text Example
Text Example
White with #BD70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70F7; }
p { color: rgb(189,112,247); }
H1.HeaderClassName
{
color: #BD70F7;
}
.AnyTagClassName
{
color: #BD70F7;
}
</style>
background-color css
<style>
a { background-color: #BD70F7; }
a { background-color: rgb(189,112,247); }
div.DivClassName
{
background-color: #BD70F7;
}
.BgClassName
{
background-color: #BD70F7;
}
</style>
border-color css
<style>
span { border-color: #BD70F7; }
span { border-color: rgb(189,112,247); }
td.TdClassName
{
border-color: #BD70F7;
}
.TagClassName
{
border-color: #BD70F7;
}
</style>