Shades of Biloba Flower #B57EDD
Tints of Biloba Flower #B57EDD
RGB
CMYK
RGB Variations
Color information
#B57EDD (or 0xB57EDD) is known color: Biloba Flower. HEX triplet: B5, 7E and DD. RGB value is (181,126,221). Sum of RGB (Red+Green+Blue) = 181+126+221=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EDD is #4A8122. Grayscale: #989898. Windows color (decimal): -4882723 or 14515893. OLE color: 14515893.
HSL color Cylindrical-coordinate representation of color #B57EDD: hue angle of 274.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57EDD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 126 | 221 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.13 |
| HSL | 274.74º | 0.58% | 0.68% | - |
| HSV(B) | 274.74º | 0.43% | 0.87% | - |
| XYZ | 39.57 | 29.97 | 72.11 | - |
| YUV | 153.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 221 | 0.18 | 0.43 | 0 | 0.13 | 274.74 | 0.58 | 0.68 |
| Hex | B5 | 7E | DD | 12 | 2B | 0 | D | 113 | 3A | 44 |
| Octal | 265 | 176 | 335 | 22 | 53 | 0 | 15 | 423 | 72 | 104 |
| Binary | 10110101 | 1111110 | 11011101 | 10010 | 101011 | 0 | 1101 | 100010011 | 111010 | 1000100 |
Color Harmonies of #B57EDD
Complementary color
Monochromatic Colors of #B57EDD
Black with #B57EDD
Text Example
Text Example
White with #B57EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57EDD; }
p { color: rgb(181,126,221); }
H1.HeaderClassName
{
color: #B57EDD;
}
.AnyTagClassName
{
color: #B57EDD;
}
</style>
background-color css
<style>
a { background-color: #B57EDD; }
a { background-color: rgb(181,126,221); }
div.DivClassName
{
background-color: #B57EDD;
}
.BgClassName
{
background-color: #B57EDD;
}
</style>
border-color css
<style>
span { border-color: #B57EDD; }
span { border-color: rgb(181,126,221); }
td.TdClassName
{
border-color: #B57EDD;
}
.TagClassName
{
border-color: #B57EDD;
}
</style>