Shades of Heliotrope #B777FF
Tints of Heliotrope #B777FF
RGB
CMYK
RGB Variations
Color information
#B777FF (or 0xB777FF) is known color: Heliotrope. HEX triplet: B7, 77 and FF. RGB value is (183,119,255). Sum of RGB (Red+Green+Blue) = 183+119+255=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #B777FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B777FF is #488800. Grayscale: #999999. Windows color (decimal): -4753409 or 16742327. OLE color: 16742327.
HSL color Cylindrical-coordinate representation of color #B777FF: hue angle of 268.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B777FF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 119 | 255 | - |
| CMYK | 0.28 | 0.53 | 0 | 0 |
| HSL | 268.24º | 1% | 0.73% | - |
| HSV(B) | 268.24º | 0.53% | 1% | - |
| XYZ | 44.18 | 30.48 | 98.16 | - |
| YUV | 153.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 255 | 0.28 | 0.53 | 0 | 0 | 268.24 | 1 | 0.73 |
| Hex | B7 | 77 | FF | 1C | 35 | 0 | 0 | 10C | 64 | 49 |
| Octal | 267 | 167 | 377 | 34 | 65 | 0 | 0 | 414 | 144 | 111 |
| Binary | 10110111 | 1110111 | 11111111 | 11100 | 110101 | 0 | 0 | 100001100 | 1100100 | 1001001 |
Color Harmonies of #B777FF
Complementary color
Monochromatic Colors of #B777FF
Black with #B777FF
Text Example
Text Example
White with #B777FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777FF; }
p { color: rgb(183,119,255); }
H1.HeaderClassName
{
color: #B777FF;
}
.AnyTagClassName
{
color: #B777FF;
}
</style>
background-color css
<style>
a { background-color: #B777FF; }
a { background-color: rgb(183,119,255); }
div.DivClassName
{
background-color: #B777FF;
}
.BgClassName
{
background-color: #B777FF;
}
</style>
border-color css
<style>
span { border-color: #B777FF; }
span { border-color: rgb(183,119,255); }
td.TdClassName
{
border-color: #B777FF;
}
.TagClassName
{
border-color: #B777FF;
}
</style>