Shades of Heliotrope #B777FC
Tints of Heliotrope #B777FC
RGB
CMYK
RGB Variations
Color information
#B777FC (or 0xB777FC) is known color: Heliotrope. HEX triplet: B7, 77 and FC. RGB value is (183,119,252). Sum of RGB (Red+Green+Blue) = 183+119+252=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #B777FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B777FC is #488803. Grayscale: #989898. Windows color (decimal): -4753412 or 16545719. OLE color: 16545719.
HSL color Cylindrical-coordinate representation of color #B777FC: hue angle of 268.87º degrees, saturation: 0.96, 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 #B777FC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 119 | 252 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.01 |
| HSL | 268.87º | 0.96% | 0.73% | - |
| HSV(B) | 268.87º | 0.53% | 0.99% | - |
| XYZ | 43.7 | 30.29 | 95.64 | - |
| YUV | 153.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 252 | 0.27 | 0.53 | 0 | 0.01 | 268.87 | 0.96 | 0.73 |
| Hex | B7 | 77 | FC | 1B | 35 | 0 | 1 | 10D | 60 | 49 |
| Octal | 267 | 167 | 374 | 33 | 65 | 0 | 1 | 415 | 140 | 111 |
| Binary | 10110111 | 1110111 | 11111100 | 11011 | 110101 | 0 | 1 | 100001101 | 1100000 | 1001001 |
Color Harmonies of #B777FC
Complementary color
Monochromatic Colors of #B777FC
Black with #B777FC
Text Example
Text Example
White with #B777FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777FC; }
p { color: rgb(183,119,252); }
H1.HeaderClassName
{
color: #B777FC;
}
.AnyTagClassName
{
color: #B777FC;
}
</style>
background-color css
<style>
a { background-color: #B777FC; }
a { background-color: rgb(183,119,252); }
div.DivClassName
{
background-color: #B777FC;
}
.BgClassName
{
background-color: #B777FC;
}
</style>
border-color css
<style>
span { border-color: #B777FC; }
span { border-color: rgb(183,119,252); }
td.TdClassName
{
border-color: #B777FC;
}
.TagClassName
{
border-color: #B777FC;
}
</style>