Shades of Biloba Flower #B57ADD
Tints of Biloba Flower #B57ADD
RGB
CMYK
RGB Variations
Color information
#B57ADD (or 0xB57ADD) is known color: Biloba Flower. HEX triplet: B5, 7A and DD. RGB value is (181,122,221). Sum of RGB (Red+Green+Blue) = 181+122+221=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ADD is #4A8522. Grayscale: #969696. Windows color (decimal): -4883747 or 14514869. OLE color: 14514869.
HSL color Cylindrical-coordinate representation of color #B57ADD: hue angle of 275.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57ADD is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 122 | 221 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.13 |
| HSL | 275.76º | 0.59% | 0.67% | - |
| HSV(B) | 275.76º | 0.45% | 0.87% | - |
| XYZ | 39.07 | 28.96 | 71.94 | - |
| YUV | 150.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 221 | 0.18 | 0.45 | 0 | 0.13 | 275.76 | 0.59 | 0.67 |
| Hex | B5 | 7A | DD | 12 | 2D | 0 | D | 114 | 3B | 43 |
| Octal | 265 | 172 | 335 | 22 | 55 | 0 | 15 | 424 | 73 | 103 |
| Binary | 10110101 | 1111010 | 11011101 | 10010 | 101101 | 0 | 1101 | 100010100 | 111011 | 1000011 |
Color Harmonies of #B57ADD
Complementary color
Monochromatic Colors of #B57ADD
Black with #B57ADD
Text Example
Text Example
White with #B57ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57ADD; }
p { color: rgb(181,122,221); }
H1.HeaderClassName
{
color: #B57ADD;
}
.AnyTagClassName
{
color: #B57ADD;
}
</style>
background-color css
<style>
a { background-color: #B57ADD; }
a { background-color: rgb(181,122,221); }
div.DivClassName
{
background-color: #B57ADD;
}
.BgClassName
{
background-color: #B57ADD;
}
</style>
border-color css
<style>
span { border-color: #B57ADD; }
span { border-color: rgb(181,122,221); }
td.TdClassName
{
border-color: #B57ADD;
}
.TagClassName
{
border-color: #B57ADD;
}
</style>