Shades of Biloba Flower #B895E8
Tints of Biloba Flower #B895E8
RGB
CMYK
RGB Variations
Color information
#B895E8 (or 0xB895E8) is known color: Biloba Flower. HEX triplet: B8, 95 and E8. RGB value is (184,149,232). Sum of RGB (Red+Green+Blue) = 184+149+232=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #B895E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895E8 is #476A17. Grayscale: #A8A8A8. Windows color (decimal): -4680216 or 15242680. OLE color: 15242680.
HSL color Cylindrical-coordinate representation of color #B895E8: hue angle of 265.3º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B895E8 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 149 | 232 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.09 |
| HSL | 265.3º | 0.64% | 0.75% | - |
| HSV(B) | 265.3º | 0.36% | 0.91% | - |
| XYZ | 45.08 | 37.51 | 81.21 | - |
| YUV | 168.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 232 | 0.21 | 0.36 | 0 | 0.09 | 265.3 | 0.64 | 0.75 |
| Hex | B8 | 95 | E8 | 15 | 24 | 0 | 9 | 109 | 40 | 4B |
| Octal | 270 | 225 | 350 | 25 | 44 | 0 | 11 | 411 | 100 | 113 |
| Binary | 10111000 | 10010101 | 11101000 | 10101 | 100100 | 0 | 1001 | 100001001 | 1000000 | 1001011 |
Color Harmonies of #B895E8
Complementary color
Monochromatic Colors of #B895E8
Black with #B895E8
Text Example
Text Example
White with #B895E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895E8; }
p { color: rgb(184,149,232); }
H1.HeaderClassName
{
color: #B895E8;
}
.AnyTagClassName
{
color: #B895E8;
}
</style>
background-color css
<style>
a { background-color: #B895E8; }
a { background-color: rgb(184,149,232); }
div.DivClassName
{
background-color: #B895E8;
}
.BgClassName
{
background-color: #B895E8;
}
</style>
border-color css
<style>
span { border-color: #B895E8; }
span { border-color: rgb(184,149,232); }
td.TdClassName
{
border-color: #B895E8;
}
.TagClassName
{
border-color: #B895E8;
}
</style>