Shades of Heliotrope #BC76F3
Tints of Heliotrope #BC76F3
RGB
CMYK
RGB Variations
Color information
#BC76F3 (or 0xBC76F3) is known color: Heliotrope. HEX triplet: BC, 76 and F3. RGB value is (188,118,243). Sum of RGB (Red+Green+Blue) = 188+118+243=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC76F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76F3 is #43890C. Grayscale: #989898. Windows color (decimal): -4425997 or 15955644. OLE color: 15955644.
HSL color Cylindrical-coordinate representation of color #BC76F3: hue angle of 273.6º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC76F3 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 118 | 243 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.05 |
| HSL | 273.6º | 0.84% | 0.71% | - |
| HSV(B) | 273.6º | 0.51% | 0.95% | - |
| XYZ | 43.4 | 30.12 | 88.32 | - |
| YUV | 153.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 243 | 0.23 | 0.51 | 0 | 0.05 | 273.6 | 0.84 | 0.71 |
| Hex | BC | 76 | F3 | 17 | 33 | 0 | 5 | 112 | 54 | 47 |
| Octal | 274 | 166 | 363 | 27 | 63 | 0 | 5 | 422 | 124 | 107 |
| Binary | 10111100 | 1110110 | 11110011 | 10111 | 110011 | 0 | 101 | 100010010 | 1010100 | 1000111 |
Color Harmonies of #BC76F3
Complementary color
Monochromatic Colors of #BC76F3
Black with #BC76F3
Text Example
Text Example
White with #BC76F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76F3; }
p { color: rgb(188,118,243); }
H1.HeaderClassName
{
color: #BC76F3;
}
.AnyTagClassName
{
color: #BC76F3;
}
</style>
background-color css
<style>
a { background-color: #BC76F3; }
a { background-color: rgb(188,118,243); }
div.DivClassName
{
background-color: #BC76F3;
}
.BgClassName
{
background-color: #BC76F3;
}
</style>
border-color css
<style>
span { border-color: #BC76F3; }
span { border-color: rgb(188,118,243); }
td.TdClassName
{
border-color: #BC76F3;
}
.TagClassName
{
border-color: #BC76F3;
}
</style>