Shades of Biloba Flower #B5A3E7
Tints of Biloba Flower #B5A3E7
RGB
CMYK
RGB Variations
Color information
#B5A3E7 (or 0xB5A3E7) is known color: Biloba Flower. HEX triplet: B5, A3 and E7. RGB value is (181,163,231). Sum of RGB (Red+Green+Blue) = 181+163+231=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #B5A3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3E7 is #4A5C18. Grayscale: #AFAFAF. Windows color (decimal): -4873241 or 15180725. OLE color: 15180725.
HSL color Cylindrical-coordinate representation of color #B5A3E7: hue angle of 255.88º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A3E7 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 163 | 231 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.09 |
| HSL | 255.88º | 0.59% | 0.77% | - |
| HSV(B) | 255.88º | 0.29% | 0.91% | - |
| XYZ | 46.58 | 41.79 | 81.21 | - |
| YUV | 176.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 231 | 0.22 | 0.29 | 0 | 0.09 | 255.88 | 0.59 | 0.77 |
| Hex | B5 | A3 | E7 | 16 | 1D | 0 | 9 | 100 | 3B | 4D |
| Octal | 265 | 243 | 347 | 26 | 35 | 0 | 11 | 400 | 73 | 115 |
| Binary | 10110101 | 10100011 | 11100111 | 10110 | 11101 | 0 | 1001 | 100000000 | 111011 | 1001101 |
Color Harmonies of #B5A3E7
Complementary color
Monochromatic Colors of #B5A3E7
Black with #B5A3E7
Text Example
Text Example
White with #B5A3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3E7; }
p { color: rgb(181,163,231); }
H1.HeaderClassName
{
color: #B5A3E7;
}
.AnyTagClassName
{
color: #B5A3E7;
}
</style>
background-color css
<style>
a { background-color: #B5A3E7; }
a { background-color: rgb(181,163,231); }
div.DivClassName
{
background-color: #B5A3E7;
}
.BgClassName
{
background-color: #B5A3E7;
}
</style>
border-color css
<style>
span { border-color: #B5A3E7; }
span { border-color: rgb(181,163,231); }
td.TdClassName
{
border-color: #B5A3E7;
}
.TagClassName
{
border-color: #B5A3E7;
}
</style>