Shades of Heliotrope #B776FF
Tints of Heliotrope #B776FF
RGB
CMYK
RGB Variations
Color information
#B776FF (or 0xB776FF) is known color: Heliotrope. HEX triplet: B7, 76 and FF. RGB value is (183,118,255). Sum of RGB (Red+Green+Blue) = 183+118+255=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #B776FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B776FF is #488900. Grayscale: #989898. Windows color (decimal): -4753665 or 16742071. OLE color: 16742071.
HSL color Cylindrical-coordinate representation of color #B776FF: hue angle of 268.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B776FF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 118 | 255 | - |
| CMYK | 0.28 | 0.54 | 0 | 0 |
| HSL | 268.47º | 1% | 0.73% | - |
| HSV(B) | 268.47º | 0.54% | 1% | - |
| XYZ | 44.06 | 30.24 | 98.12 | - |
| YUV | 153.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 255 | 0.28 | 0.54 | 0 | 0 | 268.47 | 1 | 0.73 |
| Hex | B7 | 76 | FF | 1C | 36 | 0 | 0 | 10C | 64 | 49 |
| Octal | 267 | 166 | 377 | 34 | 66 | 0 | 0 | 414 | 144 | 111 |
| Binary | 10110111 | 1110110 | 11111111 | 11100 | 110110 | 0 | 0 | 100001100 | 1100100 | 1001001 |
Color Harmonies of #B776FF
Complementary color
Monochromatic Colors of #B776FF
Black with #B776FF
Text Example
Text Example
White with #B776FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776FF; }
p { color: rgb(183,118,255); }
H1.HeaderClassName
{
color: #B776FF;
}
.AnyTagClassName
{
color: #B776FF;
}
</style>
background-color css
<style>
a { background-color: #B776FF; }
a { background-color: rgb(183,118,255); }
div.DivClassName
{
background-color: #B776FF;
}
.BgClassName
{
background-color: #B776FF;
}
</style>
border-color css
<style>
span { border-color: #B776FF; }
span { border-color: rgb(183,118,255); }
td.TdClassName
{
border-color: #B776FF;
}
.TagClassName
{
border-color: #B776FF;
}
</style>