Shades of Heliotrope #BC77FD
Tints of Heliotrope #BC77FD
RGB
CMYK
RGB Variations
Color information
#BC77FD (or 0xBC77FD) is known color: Heliotrope. HEX triplet: BC, 77 and FD. RGB value is (188,119,253). Sum of RGB (Red+Green+Blue) = 188+119+253=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77FD is #438802. Grayscale: #9A9A9A. Windows color (decimal): -4425731 or 16611260. OLE color: 16611260.
HSL color Cylindrical-coordinate representation of color #BC77FD: hue angle of 270.9º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC77FD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 119 | 253 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.01 |
| HSL | 270.9º | 0.97% | 0.73% | - |
| HSV(B) | 270.9º | 0.53% | 0.99% | - |
| XYZ | 45.07 | 30.98 | 96.53 | - |
| YUV | 154.91 | 183.36 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 253 | 0.26 | 0.53 | 0 | 0.01 | 270.9 | 0.97 | 0.73 |
| Hex | BC | 77 | FD | 1A | 35 | 0 | 1 | 10F | 61 | 49 |
| Octal | 274 | 167 | 375 | 32 | 65 | 0 | 1 | 417 | 141 | 111 |
| Binary | 10111100 | 1110111 | 11111101 | 11010 | 110101 | 0 | 1 | 100001111 | 1100001 | 1001001 |
Color Harmonies of #BC77FD
Complementary color
Monochromatic Colors of #BC77FD
Black with #BC77FD
Text Example
Text Example
White with #BC77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77FD; }
p { color: rgb(188,119,253); }
H1.HeaderClassName
{
color: #BC77FD;
}
.AnyTagClassName
{
color: #BC77FD;
}
</style>
background-color css
<style>
a { background-color: #BC77FD; }
a { background-color: rgb(188,119,253); }
div.DivClassName
{
background-color: #BC77FD;
}
.BgClassName
{
background-color: #BC77FD;
}
</style>
border-color css
<style>
span { border-color: #BC77FD; }
span { border-color: rgb(188,119,253); }
td.TdClassName
{
border-color: #BC77FD;
}
.TagClassName
{
border-color: #BC77FD;
}
</style>