Shades of Biloba Flower #B57AE5
Tints of Biloba Flower #B57AE5
RGB
CMYK
RGB Variations
Color information
#B57AE5 (or 0xB57AE5) is known color: Biloba Flower. HEX triplet: B5, 7A and E5. RGB value is (181,122,229). Sum of RGB (Red+Green+Blue) = 181+122+229=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #B57AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AE5 is #4A851A. Grayscale: #979797. Windows color (decimal): -4883739 or 15039157. OLE color: 15039157.
HSL color Cylindrical-coordinate representation of color #B57AE5: hue angle of 273.08º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57AE5 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 122 | 229 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.10 |
| HSL | 273.08º | 0.67% | 0.69% | - |
| HSV(B) | 273.08º | 0.47% | 0.9% | - |
| XYZ | 40.16 | 29.4 | 77.69 | - |
| YUV | 151.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 229 | 0.21 | 0.47 | 0 | 0.10 | 273.08 | 0.67 | 0.69 |
| Hex | B5 | 7A | E5 | 15 | 2F | 0 | A | 111 | 43 | 45 |
| Octal | 265 | 172 | 345 | 25 | 57 | 0 | 12 | 421 | 103 | 105 |
| Binary | 10110101 | 1111010 | 11100101 | 10101 | 101111 | 0 | 1010 | 100010001 | 1000011 | 1000101 |
Color Harmonies of #B57AE5
Complementary color
Monochromatic Colors of #B57AE5
Black with #B57AE5
Text Example
Text Example
White with #B57AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AE5; }
p { color: rgb(181,122,229); }
H1.HeaderClassName
{
color: #B57AE5;
}
.AnyTagClassName
{
color: #B57AE5;
}
</style>
background-color css
<style>
a { background-color: #B57AE5; }
a { background-color: rgb(181,122,229); }
div.DivClassName
{
background-color: #B57AE5;
}
.BgClassName
{
background-color: #B57AE5;
}
</style>
border-color css
<style>
span { border-color: #B57AE5; }
span { border-color: rgb(181,122,229); }
td.TdClassName
{
border-color: #B57AE5;
}
.TagClassName
{
border-color: #B57AE5;
}
</style>