Shades of Heliotrope #B778FC
Tints of Heliotrope #B778FC
RGB
CMYK
RGB Variations
Color information
#B778FC (or 0xB778FC) is known color: Heliotrope. HEX triplet: B7, 78 and FC. RGB value is (183,120,252). Sum of RGB (Red+Green+Blue) = 183+120+252=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #B778FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778FC is #488703. Grayscale: #999999. Windows color (decimal): -4753156 or 16545975. OLE color: 16545975.
HSL color Cylindrical-coordinate representation of color #B778FC: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B778FC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 120 | 252 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.01 |
| HSL | 268.64º | 0.96% | 0.73% | - |
| HSV(B) | 268.64º | 0.52% | 0.99% | - |
| XYZ | 43.82 | 30.53 | 95.68 | - |
| YUV | 153.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 252 | 0.27 | 0.52 | 0 | 0.01 | 268.64 | 0.96 | 0.73 |
| Hex | B7 | 78 | FC | 1B | 34 | 0 | 1 | 10D | 60 | 49 |
| Octal | 267 | 170 | 374 | 33 | 64 | 0 | 1 | 415 | 140 | 111 |
| Binary | 10110111 | 1111000 | 11111100 | 11011 | 110100 | 0 | 1 | 100001101 | 1100000 | 1001001 |
Color Harmonies of #B778FC
Complementary color
Monochromatic Colors of #B778FC
Black with #B778FC
Text Example
Text Example
White with #B778FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778FC; }
p { color: rgb(183,120,252); }
H1.HeaderClassName
{
color: #B778FC;
}
.AnyTagClassName
{
color: #B778FC;
}
</style>
background-color css
<style>
a { background-color: #B778FC; }
a { background-color: rgb(183,120,252); }
div.DivClassName
{
background-color: #B778FC;
}
.BgClassName
{
background-color: #B778FC;
}
</style>
border-color css
<style>
span { border-color: #B778FC; }
span { border-color: rgb(183,120,252); }
td.TdClassName
{
border-color: #B778FC;
}
.TagClassName
{
border-color: #B778FC;
}
</style>