Shades of Heliotrope #BC76FD
Tints of Heliotrope #BC76FD
RGB
CMYK
RGB Variations
Color information
#BC76FD (or 0xBC76FD) is known color: Heliotrope. HEX triplet: BC, 76 and FD. RGB value is (188,118,253). Sum of RGB (Red+Green+Blue) = 188+118+253=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76FD is #438902. Grayscale: #999999. Windows color (decimal): -4425987 or 16611004. OLE color: 16611004.
HSL color Cylindrical-coordinate representation of color #BC76FD: hue angle of 271.11º 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 #BC76FD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 118 | 253 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.01 |
| HSL | 271.11º | 0.97% | 0.73% | - |
| HSV(B) | 271.11º | 0.53% | 0.99% | - |
| XYZ | 44.95 | 30.74 | 96.49 | - |
| YUV | 154.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 253 | 0.26 | 0.53 | 0 | 0.01 | 271.11 | 0.97 | 0.73 |
| Hex | BC | 76 | FD | 1A | 35 | 0 | 1 | 10F | 61 | 49 |
| Octal | 274 | 166 | 375 | 32 | 65 | 0 | 1 | 417 | 141 | 111 |
| Binary | 10111100 | 1110110 | 11111101 | 11010 | 110101 | 0 | 1 | 100001111 | 1100001 | 1001001 |
Color Harmonies of #BC76FD
Complementary color
Monochromatic Colors of #BC76FD
Black with #BC76FD
Text Example
Text Example
White with #BC76FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76FD; }
p { color: rgb(188,118,253); }
H1.HeaderClassName
{
color: #BC76FD;
}
.AnyTagClassName
{
color: #BC76FD;
}
</style>
background-color css
<style>
a { background-color: #BC76FD; }
a { background-color: rgb(188,118,253); }
div.DivClassName
{
background-color: #BC76FD;
}
.BgClassName
{
background-color: #BC76FD;
}
</style>
border-color css
<style>
span { border-color: #BC76FD; }
span { border-color: rgb(188,118,253); }
td.TdClassName
{
border-color: #BC76FD;
}
.TagClassName
{
border-color: #BC76FD;
}
</style>