Shades of Heliotrope #B779FC
Tints of Heliotrope #B779FC
RGB
CMYK
RGB Variations
Color information
#B779FC (or 0xB779FC) is known color: Heliotrope. HEX triplet: B7, 79 and FC. RGB value is (183,121,252). Sum of RGB (Red+Green+Blue) = 183+121+252=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #B779FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B779FC is #488603. Grayscale: #9A9A9A. Windows color (decimal): -4752900 or 16546231. OLE color: 16546231.
HSL color Cylindrical-coordinate representation of color #B779FC: hue angle of 268.4º 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 #B779FC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 121 | 252 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.01 |
| HSL | 268.4º | 0.96% | 0.73% | - |
| HSV(B) | 268.4º | 0.52% | 0.99% | - |
| XYZ | 43.94 | 30.77 | 95.72 | - |
| YUV | 154.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 252 | 0.27 | 0.52 | 0 | 0.01 | 268.4 | 0.96 | 0.73 |
| Hex | B7 | 79 | FC | 1B | 34 | 0 | 1 | 10C | 60 | 49 |
| Octal | 267 | 171 | 374 | 33 | 64 | 0 | 1 | 414 | 140 | 111 |
| Binary | 10110111 | 1111001 | 11111100 | 11011 | 110100 | 0 | 1 | 100001100 | 1100000 | 1001001 |
Color Harmonies of #B779FC
Complementary color
Monochromatic Colors of #B779FC
Black with #B779FC
Text Example
Text Example
White with #B779FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779FC; }
p { color: rgb(183,121,252); }
H1.HeaderClassName
{
color: #B779FC;
}
.AnyTagClassName
{
color: #B779FC;
}
</style>
background-color css
<style>
a { background-color: #B779FC; }
a { background-color: rgb(183,121,252); }
div.DivClassName
{
background-color: #B779FC;
}
.BgClassName
{
background-color: #B779FC;
}
</style>
border-color css
<style>
span { border-color: #B779FC; }
span { border-color: rgb(183,121,252); }
td.TdClassName
{
border-color: #B779FC;
}
.TagClassName
{
border-color: #B779FC;
}
</style>