Shades of Heliotrope #BC77F2
Tints of Heliotrope #BC77F2
RGB
CMYK
RGB Variations
Color information
#BC77F2 (or 0xBC77F2) is known color: Heliotrope. HEX triplet: BC, 77 and F2. RGB value is (188,119,242). Sum of RGB (Red+Green+Blue) = 188+119+242=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC77F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77F2 is #43880D. Grayscale: #999999. Windows color (decimal): -4425742 or 15890364. OLE color: 15890364.
HSL color Cylindrical-coordinate representation of color #BC77F2: hue angle of 273.66º degrees, saturation: 0.83, 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 #BC77F2 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 119 | 242 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.05 |
| HSL | 273.66º | 0.83% | 0.71% | - |
| HSV(B) | 273.66º | 0.51% | 0.95% | - |
| XYZ | 43.36 | 30.3 | 87.57 | - |
| YUV | 153.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 242 | 0.22 | 0.51 | 0 | 0.05 | 273.66 | 0.83 | 0.71 |
| Hex | BC | 77 | F2 | 16 | 33 | 0 | 5 | 112 | 53 | 47 |
| Octal | 274 | 167 | 362 | 26 | 63 | 0 | 5 | 422 | 123 | 107 |
| Binary | 10111100 | 1110111 | 11110010 | 10110 | 110011 | 0 | 101 | 100010010 | 1010011 | 1000111 |
Color Harmonies of #BC77F2
Complementary color
Monochromatic Colors of #BC77F2
Black with #BC77F2
Text Example
Text Example
White with #BC77F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77F2; }
p { color: rgb(188,119,242); }
H1.HeaderClassName
{
color: #BC77F2;
}
.AnyTagClassName
{
color: #BC77F2;
}
</style>
background-color css
<style>
a { background-color: #BC77F2; }
a { background-color: rgb(188,119,242); }
div.DivClassName
{
background-color: #BC77F2;
}
.BgClassName
{
background-color: #BC77F2;
}
</style>
border-color css
<style>
span { border-color: #BC77F2; }
span { border-color: rgb(188,119,242); }
td.TdClassName
{
border-color: #BC77F2;
}
.TagClassName
{
border-color: #BC77F2;
}
</style>