Shades of Heliotrope #BD70FA
Tints of Heliotrope #BD70FA
RGB
CMYK
RGB Variations
Color information
#BD70FA (or 0xBD70FA) is known color: Heliotrope. HEX triplet: BD, 70 and FA. RGB value is (189,112,250). Sum of RGB (Red+Green+Blue) = 189+112+250=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70FA is #428F05. Grayscale: #969696. Windows color (decimal): -4361990 or 16412861. OLE color: 16412861.
HSL color Cylindrical-coordinate representation of color #BD70FA: hue angle of 273.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD70FA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 112 | 250 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.02 |
| HSL | 273.48º | 0.93% | 0.71% | - |
| HSV(B) | 273.48º | 0.55% | 0.98% | - |
| XYZ | 44.04 | 29.31 | 93.78 | - |
| YUV | 150.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 250 | 0.24 | 0.55 | 0 | 0.02 | 273.48 | 0.93 | 0.71 |
| Hex | BD | 70 | FA | 18 | 37 | 0 | 2 | 111 | 5D | 47 |
| Octal | 275 | 160 | 372 | 30 | 67 | 0 | 2 | 421 | 135 | 107 |
| Binary | 10111101 | 1110000 | 11111010 | 11000 | 110111 | 0 | 10 | 100010001 | 1011101 | 1000111 |
Color Harmonies of #BD70FA
Complementary color
Monochromatic Colors of #BD70FA
Black with #BD70FA
Text Example
Text Example
White with #BD70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70FA; }
p { color: rgb(189,112,250); }
H1.HeaderClassName
{
color: #BD70FA;
}
.AnyTagClassName
{
color: #BD70FA;
}
</style>
background-color css
<style>
a { background-color: #BD70FA; }
a { background-color: rgb(189,112,250); }
div.DivClassName
{
background-color: #BD70FA;
}
.BgClassName
{
background-color: #BD70FA;
}
</style>
border-color css
<style>
span { border-color: #BD70FA; }
span { border-color: rgb(189,112,250); }
td.TdClassName
{
border-color: #BD70FA;
}
.TagClassName
{
border-color: #BD70FA;
}
</style>