Shades of Biloba Flower #B57DDB
Tints of Biloba Flower #B57DDB
RGB
CMYK
RGB Variations
Color information
#B57DDB (or 0xB57DDB) is known color: Biloba Flower. HEX triplet: B5, 7D and DB. RGB value is (181,125,219). Sum of RGB (Red+Green+Blue) = 181+125+219=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #B57DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DDB is #4A8224. Grayscale: #989898. Windows color (decimal): -4882981 or 14384565. OLE color: 14384565.
HSL color Cylindrical-coordinate representation of color #B57DDB: hue angle of 275.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57DDB is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 125 | 219 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.14 |
| HSL | 275.74º | 0.57% | 0.67% | - |
| HSV(B) | 275.74º | 0.43% | 0.86% | - |
| XYZ | 39.18 | 29.61 | 70.67 | - |
| YUV | 152.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 219 | 0.17 | 0.43 | 0 | 0.14 | 275.74 | 0.57 | 0.67 |
| Hex | B5 | 7D | DB | 11 | 2B | 0 | E | 114 | 39 | 43 |
| Octal | 265 | 175 | 333 | 21 | 53 | 0 | 16 | 424 | 71 | 103 |
| Binary | 10110101 | 1111101 | 11011011 | 10001 | 101011 | 0 | 1110 | 100010100 | 111001 | 1000011 |
Color Harmonies of #B57DDB
Complementary color
Monochromatic Colors of #B57DDB
Black with #B57DDB
Text Example
Text Example
White with #B57DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DDB; }
p { color: rgb(181,125,219); }
H1.HeaderClassName
{
color: #B57DDB;
}
.AnyTagClassName
{
color: #B57DDB;
}
</style>
background-color css
<style>
a { background-color: #B57DDB; }
a { background-color: rgb(181,125,219); }
div.DivClassName
{
background-color: #B57DDB;
}
.BgClassName
{
background-color: #B57DDB;
}
</style>
border-color css
<style>
span { border-color: #B57DDB; }
span { border-color: rgb(181,125,219); }
td.TdClassName
{
border-color: #B57DDB;
}
.TagClassName
{
border-color: #B57DDB;
}
</style>