Shades of Heliotrope #B778F9
Tints of Heliotrope #B778F9
RGB
CMYK
RGB Variations
Color information
#B778F9 (or 0xB778F9) is known color: Heliotrope. HEX triplet: B7, 78 and F9. RGB value is (183,120,249). Sum of RGB (Red+Green+Blue) = 183+120+249=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #B778F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778F9 is #488706. Grayscale: #999999. Windows color (decimal): -4753159 or 16349367. OLE color: 16349367.
HSL color Cylindrical-coordinate representation of color #B778F9: hue angle of 269.3º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B778F9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 120 | 249 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.02 |
| HSL | 269.3º | 0.91% | 0.72% | - |
| HSV(B) | 269.3º | 0.52% | 0.98% | - |
| XYZ | 43.34 | 30.34 | 93.19 | - |
| YUV | 153.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 249 | 0.27 | 0.52 | 0 | 0.02 | 269.3 | 0.91 | 0.72 |
| Hex | B7 | 78 | F9 | 1B | 34 | 0 | 2 | 10D | 5B | 48 |
| Octal | 267 | 170 | 371 | 33 | 64 | 0 | 2 | 415 | 133 | 110 |
| Binary | 10110111 | 1111000 | 11111001 | 11011 | 110100 | 0 | 10 | 100001101 | 1011011 | 1001000 |
Color Harmonies of #B778F9
Complementary color
Monochromatic Colors of #B778F9
Black with #B778F9
Text Example
Text Example
White with #B778F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778F9; }
p { color: rgb(183,120,249); }
H1.HeaderClassName
{
color: #B778F9;
}
.AnyTagClassName
{
color: #B778F9;
}
</style>
background-color css
<style>
a { background-color: #B778F9; }
a { background-color: rgb(183,120,249); }
div.DivClassName
{
background-color: #B778F9;
}
.BgClassName
{
background-color: #B778F9;
}
</style>
border-color css
<style>
span { border-color: #B778F9; }
span { border-color: rgb(183,120,249); }
td.TdClassName
{
border-color: #B778F9;
}
.TagClassName
{
border-color: #B778F9;
}
</style>