Shades of Biloba Flower #B779E8
Tints of Biloba Flower #B779E8
RGB
CMYK
RGB Variations
Color information
#B779E8 (or 0xB779E8) is known color: Biloba Flower. HEX triplet: B7, 79 and E8. RGB value is (183,121,232). Sum of RGB (Red+Green+Blue) = 183+121+232=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #B779E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B779E8 is #488617. Grayscale: #979797. Windows color (decimal): -4752920 or 15235511. OLE color: 15235511.
HSL color Cylindrical-coordinate representation of color #B779E8: hue angle of 273.51º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B779E8 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 121 | 232 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.09 |
| HSL | 273.51º | 0.71% | 0.69% | - |
| HSV(B) | 273.51º | 0.48% | 0.91% | - |
| XYZ | 40.93 | 29.57 | 79.89 | - |
| YUV | 152.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 232 | 0.21 | 0.48 | 0 | 0.09 | 273.51 | 0.71 | 0.69 |
| Hex | B7 | 79 | E8 | 15 | 30 | 0 | 9 | 112 | 47 | 45 |
| Octal | 267 | 171 | 350 | 25 | 60 | 0 | 11 | 422 | 107 | 105 |
| Binary | 10110111 | 1111001 | 11101000 | 10101 | 110000 | 0 | 1001 | 100010010 | 1000111 | 1000101 |
Color Harmonies of #B779E8
Complementary color
Monochromatic Colors of #B779E8
Black with #B779E8
Text Example
Text Example
White with #B779E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779E8; }
p { color: rgb(183,121,232); }
H1.HeaderClassName
{
color: #B779E8;
}
.AnyTagClassName
{
color: #B779E8;
}
</style>
background-color css
<style>
a { background-color: #B779E8; }
a { background-color: rgb(183,121,232); }
div.DivClassName
{
background-color: #B779E8;
}
.BgClassName
{
background-color: #B779E8;
}
</style>
border-color css
<style>
span { border-color: #B779E8; }
span { border-color: rgb(183,121,232); }
td.TdClassName
{
border-color: #B779E8;
}
.TagClassName
{
border-color: #B779E8;
}
</style>