Shades of Biloba Flower #B58CDD
Tints of Biloba Flower #B58CDD
RGB
CMYK
RGB Variations
Color information
#B58CDD (or 0xB58CDD) is known color: Biloba Flower. HEX triplet: B5, 8C and DD. RGB value is (181,140,221). Sum of RGB (Red+Green+Blue) = 181+140+221=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CDD is #4A7322. Grayscale: #A1A1A1. Windows color (decimal): -4879139 or 14519477. OLE color: 14519477.
HSL color Cylindrical-coordinate representation of color #B58CDD: hue angle of 270.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58CDD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 140 | 221 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.13 |
| HSL | 270.37º | 0.54% | 0.71% | - |
| HSV(B) | 270.37º | 0.37% | 0.87% | - |
| XYZ | 41.49 | 33.8 | 72.74 | - |
| YUV | 161.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 221 | 0.18 | 0.37 | 0 | 0.13 | 270.37 | 0.54 | 0.71 |
| Hex | B5 | 8C | DD | 12 | 25 | 0 | D | 10E | 36 | 47 |
| Octal | 265 | 214 | 335 | 22 | 45 | 0 | 15 | 416 | 66 | 107 |
| Binary | 10110101 | 10001100 | 11011101 | 10010 | 100101 | 0 | 1101 | 100001110 | 110110 | 1000111 |
Color Harmonies of #B58CDD
Complementary color
Monochromatic Colors of #B58CDD
Black with #B58CDD
Text Example
Text Example
White with #B58CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CDD; }
p { color: rgb(181,140,221); }
H1.HeaderClassName
{
color: #B58CDD;
}
.AnyTagClassName
{
color: #B58CDD;
}
</style>
background-color css
<style>
a { background-color: #B58CDD; }
a { background-color: rgb(181,140,221); }
div.DivClassName
{
background-color: #B58CDD;
}
.BgClassName
{
background-color: #B58CDD;
}
</style>
border-color css
<style>
span { border-color: #B58CDD; }
span { border-color: rgb(181,140,221); }
td.TdClassName
{
border-color: #B58CDD;
}
.TagClassName
{
border-color: #B58CDD;
}
</style>