Shades of Biloba Flower #B57BDC
Tints of Biloba Flower #B57BDC
RGB
CMYK
RGB Variations
Color information
#B57BDC (or 0xB57BDC) is known color: Biloba Flower. HEX triplet: B5, 7B and DC. RGB value is (181,123,220). Sum of RGB (Red+Green+Blue) = 181+123+220=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #B57BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BDC is #4A8423. Grayscale: #979797. Windows color (decimal): -4883492 or 14449589. OLE color: 14449589.
HSL color Cylindrical-coordinate representation of color #B57BDC: hue angle of 275.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B57BDC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 123 | 220 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.14 |
| HSL | 275.88º | 0.58% | 0.67% | - |
| HSV(B) | 275.88º | 0.44% | 0.86% | - |
| XYZ | 39.06 | 29.16 | 71.28 | - |
| YUV | 151.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 220 | 0.18 | 0.44 | 0 | 0.14 | 275.88 | 0.58 | 0.67 |
| Hex | B5 | 7B | DC | 12 | 2C | 0 | E | 114 | 3A | 43 |
| Octal | 265 | 173 | 334 | 22 | 54 | 0 | 16 | 424 | 72 | 103 |
| Binary | 10110101 | 1111011 | 11011100 | 10010 | 101100 | 0 | 1110 | 100010100 | 111010 | 1000011 |
Color Harmonies of #B57BDC
Complementary color
Monochromatic Colors of #B57BDC
Black with #B57BDC
Text Example
Text Example
White with #B57BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BDC; }
p { color: rgb(181,123,220); }
H1.HeaderClassName
{
color: #B57BDC;
}
.AnyTagClassName
{
color: #B57BDC;
}
</style>
background-color css
<style>
a { background-color: #B57BDC; }
a { background-color: rgb(181,123,220); }
div.DivClassName
{
background-color: #B57BDC;
}
.BgClassName
{
background-color: #B57BDC;
}
</style>
border-color css
<style>
span { border-color: #B57BDC; }
span { border-color: rgb(181,123,220); }
td.TdClassName
{
border-color: #B57BDC;
}
.TagClassName
{
border-color: #B57BDC;
}
</style>