Shades of Heliotrope #B778FF
Tints of Heliotrope #B778FF
RGB
CMYK
RGB Variations
Color information
#B778FF (or 0xB778FF) is known color: Heliotrope. HEX triplet: B7, 78 and FF. RGB value is (183,120,255). Sum of RGB (Red+Green+Blue) = 183+120+255=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #B778FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778FF is #488700. Grayscale: #999999. Windows color (decimal): -4753153 or 16742583. OLE color: 16742583.
HSL color Cylindrical-coordinate representation of color #B778FF: hue angle of 268º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B778FF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 120 | 255 | - |
| CMYK | 0.28 | 0.53 | 0 | 0 |
| HSL | 268º | 1% | 0.74% | - |
| HSV(B) | 268º | 0.53% | 1% | - |
| XYZ | 44.29 | 30.72 | 98.2 | - |
| YUV | 154.23 | 184.87 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 255 | 0.28 | 0.53 | 0 | 0 | 268 | 1 | 0.74 |
| Hex | B7 | 78 | FF | 1C | 35 | 0 | 0 | 10C | 64 | 4A |
| Octal | 267 | 170 | 377 | 34 | 65 | 0 | 0 | 414 | 144 | 112 |
| Binary | 10110111 | 1111000 | 11111111 | 11100 | 110101 | 0 | 0 | 100001100 | 1100100 | 1001010 |
Color Harmonies of #B778FF
Complementary color
Monochromatic Colors of #B778FF
Black with #B778FF
Text Example
Text Example
White with #B778FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778FF; }
p { color: rgb(183,120,255); }
H1.HeaderClassName
{
color: #B778FF;
}
.AnyTagClassName
{
color: #B778FF;
}
</style>
background-color css
<style>
a { background-color: #B778FF; }
a { background-color: rgb(183,120,255); }
div.DivClassName
{
background-color: #B778FF;
}
.BgClassName
{
background-color: #B778FF;
}
</style>
border-color css
<style>
span { border-color: #B778FF; }
span { border-color: rgb(183,120,255); }
td.TdClassName
{
border-color: #B778FF;
}
.TagClassName
{
border-color: #B778FF;
}
</style>