Shades of Heliotrope #B778FA
Tints of Heliotrope #B778FA
RGB
CMYK
RGB Variations
Color information
#B778FA (or 0xB778FA) is known color: Heliotrope. HEX triplet: B7, 78 and FA. RGB value is (183,120,250). Sum of RGB (Red+Green+Blue) = 183+120+250=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #B778FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778FA is #488705. Grayscale: #999999. Windows color (decimal): -4753158 or 16414903. OLE color: 16414903.
HSL color Cylindrical-coordinate representation of color #B778FA: hue angle of 269.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B778FA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 120 | 250 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.02 |
| HSL | 269.08º | 0.93% | 0.73% | - |
| HSV(B) | 269.08º | 0.52% | 0.98% | - |
| XYZ | 43.5 | 30.4 | 94.02 | - |
| YUV | 153.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 250 | 0.27 | 0.52 | 0 | 0.02 | 269.08 | 0.93 | 0.73 |
| Hex | B7 | 78 | FA | 1B | 34 | 0 | 2 | 10D | 5D | 49 |
| Octal | 267 | 170 | 372 | 33 | 64 | 0 | 2 | 415 | 135 | 111 |
| Binary | 10110111 | 1111000 | 11111010 | 11011 | 110100 | 0 | 10 | 100001101 | 1011101 | 1001001 |
Color Harmonies of #B778FA
Complementary color
Monochromatic Colors of #B778FA
Black with #B778FA
Text Example
Text Example
White with #B778FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778FA; }
p { color: rgb(183,120,250); }
H1.HeaderClassName
{
color: #B778FA;
}
.AnyTagClassName
{
color: #B778FA;
}
</style>
background-color css
<style>
a { background-color: #B778FA; }
a { background-color: rgb(183,120,250); }
div.DivClassName
{
background-color: #B778FA;
}
.BgClassName
{
background-color: #B778FA;
}
</style>
border-color css
<style>
span { border-color: #B778FA; }
span { border-color: rgb(183,120,250); }
td.TdClassName
{
border-color: #B778FA;
}
.TagClassName
{
border-color: #B778FA;
}
</style>