Shades of Biloba Flower #B58DD5
Tints of Biloba Flower #B58DD5
RGB
CMYK
RGB Variations
Color information
#B58DD5 (or 0xB58DD5) is known color: Biloba Flower. HEX triplet: B5, 8D and D5. RGB value is (181,141,213). Sum of RGB (Red+Green+Blue) = 181+141+213=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #B58DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DD5 is #4A722A. Grayscale: #A0A0A0. Windows color (decimal): -4878891 or 13995445. OLE color: 13995445.
HSL color Cylindrical-coordinate representation of color #B58DD5: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58DD5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 141 | 213 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.16 |
| HSL | 273.33º | 0.46% | 0.69% | - |
| HSV(B) | 273.33º | 0.34% | 0.84% | - |
| XYZ | 40.59 | 33.68 | 67.31 | - |
| YUV | 161.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 213 | 0.15 | 0.34 | 0 | 0.16 | 273.33 | 0.46 | 0.69 |
| Hex | B5 | 8D | D5 | F | 22 | 0 | 10 | 111 | 2E | 45 |
| Octal | 265 | 215 | 325 | 17 | 42 | 0 | 20 | 421 | 56 | 105 |
| Binary | 10110101 | 10001101 | 11010101 | 1111 | 100010 | 0 | 10000 | 100010001 | 101110 | 1000101 |
Color Harmonies of #B58DD5
Complementary color
Monochromatic Colors of #B58DD5
Black with #B58DD5
Text Example
Text Example
White with #B58DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DD5; }
p { color: rgb(181,141,213); }
H1.HeaderClassName
{
color: #B58DD5;
}
.AnyTagClassName
{
color: #B58DD5;
}
</style>
background-color css
<style>
a { background-color: #B58DD5; }
a { background-color: rgb(181,141,213); }
div.DivClassName
{
background-color: #B58DD5;
}
.BgClassName
{
background-color: #B58DD5;
}
</style>
border-color css
<style>
span { border-color: #B58DD5; }
span { border-color: rgb(181,141,213); }
td.TdClassName
{
border-color: #B58DD5;
}
.TagClassName
{
border-color: #B58DD5;
}
</style>