Shades of Biloba Flower #B879E1
Tints of Biloba Flower #B879E1
RGB
CMYK
RGB Variations
Color information
#B879E1 (or 0xB879E1) is known color: Biloba Flower. HEX triplet: B8, 79 and E1. RGB value is (184,121,225). Sum of RGB (Red+Green+Blue) = 184+121+225=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #B879E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879E1 is #47861E. Grayscale: #979797. Windows color (decimal): -4687391 or 14776760. OLE color: 14776760.
HSL color Cylindrical-coordinate representation of color #B879E1: hue angle of 276.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B879E1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 121 | 225 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.12 |
| HSL | 276.35º | 0.63% | 0.68% | - |
| HSV(B) | 276.35º | 0.46% | 0.88% | - |
| XYZ | 40.2 | 29.3 | 74.77 | - |
| YUV | 151.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 225 | 0.18 | 0.46 | 0 | 0.12 | 276.35 | 0.63 | 0.68 |
| Hex | B8 | 79 | E1 | 12 | 2E | 0 | C | 114 | 3F | 44 |
| Octal | 270 | 171 | 341 | 22 | 56 | 0 | 14 | 424 | 77 | 104 |
| Binary | 10111000 | 1111001 | 11100001 | 10010 | 101110 | 0 | 1100 | 100010100 | 111111 | 1000100 |
Color Harmonies of #B879E1
Complementary color
Monochromatic Colors of #B879E1
Black with #B879E1
Text Example
Text Example
White with #B879E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879E1; }
p { color: rgb(184,121,225); }
H1.HeaderClassName
{
color: #B879E1;
}
.AnyTagClassName
{
color: #B879E1;
}
</style>
background-color css
<style>
a { background-color: #B879E1; }
a { background-color: rgb(184,121,225); }
div.DivClassName
{
background-color: #B879E1;
}
.BgClassName
{
background-color: #B879E1;
}
</style>
border-color css
<style>
span { border-color: #B879E1; }
span { border-color: rgb(184,121,225); }
td.TdClassName
{
border-color: #B879E1;
}
.TagClassName
{
border-color: #B879E1;
}
</style>