Shades of Heliotrope #B777FB
Tints of Heliotrope #B777FB
RGB
CMYK
RGB Variations
Color information
#B777FB (or 0xB777FB) is known color: Heliotrope. HEX triplet: B7, 77 and FB. RGB value is (183,119,251). Sum of RGB (Red+Green+Blue) = 183+119+251=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #B777FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B777FB is #488804. Grayscale: #989898. Windows color (decimal): -4753413 or 16480183. OLE color: 16480183.
HSL color Cylindrical-coordinate representation of color #B777FB: hue angle of 269.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B777FB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 119 | 251 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.02 |
| HSL | 269.09º | 0.94% | 0.73% | - |
| HSV(B) | 269.09º | 0.53% | 0.98% | - |
| XYZ | 43.54 | 30.23 | 94.81 | - |
| YUV | 153.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 251 | 0.27 | 0.53 | 0 | 0.02 | 269.09 | 0.94 | 0.73 |
| Hex | B7 | 77 | FB | 1B | 35 | 0 | 2 | 10D | 5E | 49 |
| Octal | 267 | 167 | 373 | 33 | 65 | 0 | 2 | 415 | 136 | 111 |
| Binary | 10110111 | 1110111 | 11111011 | 11011 | 110101 | 0 | 10 | 100001101 | 1011110 | 1001001 |
Color Harmonies of #B777FB
Complementary color
Monochromatic Colors of #B777FB
Black with #B777FB
Text Example
Text Example
White with #B777FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777FB; }
p { color: rgb(183,119,251); }
H1.HeaderClassName
{
color: #B777FB;
}
.AnyTagClassName
{
color: #B777FB;
}
</style>
background-color css
<style>
a { background-color: #B777FB; }
a { background-color: rgb(183,119,251); }
div.DivClassName
{
background-color: #B777FB;
}
.BgClassName
{
background-color: #B777FB;
}
</style>
border-color css
<style>
span { border-color: #B777FB; }
span { border-color: rgb(183,119,251); }
td.TdClassName
{
border-color: #B777FB;
}
.TagClassName
{
border-color: #B777FB;
}
</style>