Shades of Biloba Flower #B895E5
Tints of Biloba Flower #B895E5
RGB
CMYK
RGB Variations
Color information
#B895E5 (or 0xB895E5) is known color: Biloba Flower. HEX triplet: B8, 95 and E5. RGB value is (184,149,229). Sum of RGB (Red+Green+Blue) = 184+149+229=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #B895E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895E5 is #476A1A. Grayscale: #A8A8A8. Windows color (decimal): -4680219 or 15046072. OLE color: 15046072.
HSL color Cylindrical-coordinate representation of color #B895E5: hue angle of 266.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B895E5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 149 | 229 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.10 |
| HSL | 266.25º | 0.61% | 0.74% | - |
| HSV(B) | 266.25º | 0.35% | 0.9% | - |
| XYZ | 44.66 | 37.34 | 78.98 | - |
| YUV | 168.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 229 | 0.20 | 0.35 | 0 | 0.10 | 266.25 | 0.61 | 0.74 |
| Hex | B8 | 95 | E5 | 14 | 23 | 0 | A | 10A | 3D | 4A |
| Octal | 270 | 225 | 345 | 24 | 43 | 0 | 12 | 412 | 75 | 112 |
| Binary | 10111000 | 10010101 | 11100101 | 10100 | 100011 | 0 | 1010 | 100001010 | 111101 | 1001010 |
Color Harmonies of #B895E5
Complementary color
Monochromatic Colors of #B895E5
Black with #B895E5
Text Example
Text Example
White with #B895E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895E5; }
p { color: rgb(184,149,229); }
H1.HeaderClassName
{
color: #B895E5;
}
.AnyTagClassName
{
color: #B895E5;
}
</style>
background-color css
<style>
a { background-color: #B895E5; }
a { background-color: rgb(184,149,229); }
div.DivClassName
{
background-color: #B895E5;
}
.BgClassName
{
background-color: #B895E5;
}
</style>
border-color css
<style>
span { border-color: #B895E5; }
span { border-color: rgb(184,149,229); }
td.TdClassName
{
border-color: #B895E5;
}
.TagClassName
{
border-color: #B895E5;
}
</style>