Shades of Heliotrope #BC70F3
Tints of Heliotrope #BC70F3
RGB
CMYK
RGB Variations
Color information
#BC70F3 (or 0xBC70F3) is known color: Heliotrope. HEX triplet: BC, 70 and F3. RGB value is (188,112,243). Sum of RGB (Red+Green+Blue) = 188+112+243=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70F3 is #438F0C. Grayscale: #959595. Windows color (decimal): -4427533 or 15954108. OLE color: 15954108.
HSL color Cylindrical-coordinate representation of color #BC70F3: hue angle of 274.81º 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 #BC70F3 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 112 | 243 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.05 |
| HSL | 274.81º | 0.85% | 0.7% | - |
| HSV(B) | 274.81º | 0.54% | 0.95% | - |
| XYZ | 42.71 | 28.75 | 88.09 | - |
| YUV | 149.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 243 | 0.23 | 0.54 | 0 | 0.05 | 274.81 | 0.85 | 0.7 |
| Hex | BC | 70 | F3 | 17 | 36 | 0 | 5 | 113 | 55 | 46 |
| Octal | 274 | 160 | 363 | 27 | 66 | 0 | 5 | 423 | 125 | 106 |
| Binary | 10111100 | 1110000 | 11110011 | 10111 | 110110 | 0 | 101 | 100010011 | 1010101 | 1000110 |
Color Harmonies of #BC70F3
Complementary color
Monochromatic Colors of #BC70F3
Black with #BC70F3
Text Example
Text Example
White with #BC70F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70F3; }
p { color: rgb(188,112,243); }
H1.HeaderClassName
{
color: #BC70F3;
}
.AnyTagClassName
{
color: #BC70F3;
}
</style>
background-color css
<style>
a { background-color: #BC70F3; }
a { background-color: rgb(188,112,243); }
div.DivClassName
{
background-color: #BC70F3;
}
.BgClassName
{
background-color: #BC70F3;
}
</style>
border-color css
<style>
span { border-color: #BC70F3; }
span { border-color: rgb(188,112,243); }
td.TdClassName
{
border-color: #BC70F3;
}
.TagClassName
{
border-color: #BC70F3;
}
</style>