Shades of Biloba Flower #B57DE2
Tints of Biloba Flower #B57DE2
RGB
CMYK
RGB Variations
Color information
#B57DE2 (or 0xB57DE2) is known color: Biloba Flower. HEX triplet: B5, 7D and E2. RGB value is (181,125,226). Sum of RGB (Red+Green+Blue) = 181+125+226=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #B57DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DE2 is #4A821D. Grayscale: #989898. Windows color (decimal): -4882974 or 14843317. OLE color: 14843317.
HSL color Cylindrical-coordinate representation of color #B57DE2: hue angle of 273.27º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57DE2 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 125 | 226 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.11 |
| HSL | 273.27º | 0.64% | 0.69% | - |
| HSV(B) | 273.27º | 0.45% | 0.89% | - |
| XYZ | 40.12 | 29.98 | 75.62 | - |
| YUV | 153.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 226 | 0.20 | 0.45 | 0 | 0.11 | 273.27 | 0.64 | 0.69 |
| Hex | B5 | 7D | E2 | 14 | 2D | 0 | B | 111 | 40 | 45 |
| Octal | 265 | 175 | 342 | 24 | 55 | 0 | 13 | 421 | 100 | 105 |
| Binary | 10110101 | 1111101 | 11100010 | 10100 | 101101 | 0 | 1011 | 100010001 | 1000000 | 1000101 |
Color Harmonies of #B57DE2
Complementary color
Monochromatic Colors of #B57DE2
Black with #B57DE2
Text Example
Text Example
White with #B57DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DE2; }
p { color: rgb(181,125,226); }
H1.HeaderClassName
{
color: #B57DE2;
}
.AnyTagClassName
{
color: #B57DE2;
}
</style>
background-color css
<style>
a { background-color: #B57DE2; }
a { background-color: rgb(181,125,226); }
div.DivClassName
{
background-color: #B57DE2;
}
.BgClassName
{
background-color: #B57DE2;
}
</style>
border-color css
<style>
span { border-color: #B57DE2; }
span { border-color: rgb(181,125,226); }
td.TdClassName
{
border-color: #B57DE2;
}
.TagClassName
{
border-color: #B57DE2;
}
</style>