Shades of Biloba Flower #B892E5
Tints of Biloba Flower #B892E5
RGB
CMYK
RGB Variations
Color information
#B892E5 (or 0xB892E5) is known color: Biloba Flower. HEX triplet: B8, 92 and E5. RGB value is (184,146,229). Sum of RGB (Red+Green+Blue) = 184+146+229=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #B892E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892E5 is #476D1A. Grayscale: #A6A6A6. Windows color (decimal): -4680987 or 15045304. OLE color: 15045304.
HSL color Cylindrical-coordinate representation of color #B892E5: hue angle of 267.47º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B892E5 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 146 | 229 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.10 |
| HSL | 267.47º | 0.61% | 0.74% | - |
| HSV(B) | 267.47º | 0.36% | 0.9% | - |
| XYZ | 44.19 | 36.41 | 78.83 | - |
| YUV | 166.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 229 | 0.20 | 0.36 | 0 | 0.10 | 267.47 | 0.61 | 0.74 |
| Hex | B8 | 92 | E5 | 14 | 24 | 0 | A | 10B | 3D | 4A |
| Octal | 270 | 222 | 345 | 24 | 44 | 0 | 12 | 413 | 75 | 112 |
| Binary | 10111000 | 10010010 | 11100101 | 10100 | 100100 | 0 | 1010 | 100001011 | 111101 | 1001010 |
Color Harmonies of #B892E5
Complementary color
Monochromatic Colors of #B892E5
Black with #B892E5
Text Example
Text Example
White with #B892E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892E5; }
p { color: rgb(184,146,229); }
H1.HeaderClassName
{
color: #B892E5;
}
.AnyTagClassName
{
color: #B892E5;
}
</style>
background-color css
<style>
a { background-color: #B892E5; }
a { background-color: rgb(184,146,229); }
div.DivClassName
{
background-color: #B892E5;
}
.BgClassName
{
background-color: #B892E5;
}
</style>
border-color css
<style>
span { border-color: #B892E5; }
span { border-color: rgb(184,146,229); }
td.TdClassName
{
border-color: #B892E5;
}
.TagClassName
{
border-color: #B892E5;
}
</style>