Shades of Biloba Flower #B879EE
Tints of Biloba Flower #B879EE
RGB
CMYK
RGB Variations
Color information
#B879EE (or 0xB879EE) is known color: Biloba Flower. HEX triplet: B8, 79 and EE. RGB value is (184,121,238). Sum of RGB (Red+Green+Blue) = 184+121+238=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #B879EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B879EE is #478611. Grayscale: #989898. Windows color (decimal): -4687378 or 15628728. OLE color: 15628728.
HSL color Cylindrical-coordinate representation of color #B879EE: hue angle of 272.31º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B879EE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 121 | 238 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.07 |
| HSL | 272.31º | 0.77% | 0.7% | - |
| HSV(B) | 272.31º | 0.49% | 0.93% | - |
| XYZ | 42.04 | 30.04 | 84.47 | - |
| YUV | 153.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 238 | 0.23 | 0.49 | 0 | 0.07 | 272.31 | 0.77 | 0.7 |
| Hex | B8 | 79 | EE | 17 | 31 | 0 | 7 | 110 | 4D | 46 |
| Octal | 270 | 171 | 356 | 27 | 61 | 0 | 7 | 420 | 115 | 106 |
| Binary | 10111000 | 1111001 | 11101110 | 10111 | 110001 | 0 | 111 | 100010000 | 1001101 | 1000110 |
Color Harmonies of #B879EE
Complementary color
Monochromatic Colors of #B879EE
Black with #B879EE
Text Example
Text Example
White with #B879EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879EE; }
p { color: rgb(184,121,238); }
H1.HeaderClassName
{
color: #B879EE;
}
.AnyTagClassName
{
color: #B879EE;
}
</style>
background-color css
<style>
a { background-color: #B879EE; }
a { background-color: rgb(184,121,238); }
div.DivClassName
{
background-color: #B879EE;
}
.BgClassName
{
background-color: #B879EE;
}
</style>
border-color css
<style>
span { border-color: #B879EE; }
span { border-color: rgb(184,121,238); }
td.TdClassName
{
border-color: #B879EE;
}
.TagClassName
{
border-color: #B879EE;
}
</style>