Shades of Biloba Flower #B58FD1
Tints of Biloba Flower #B58FD1
RGB
CMYK
RGB Variations
Color information
#B58FD1 (or 0xB58FD1) is known color: Biloba Flower. HEX triplet: B5, 8F and D1. RGB value is (181,143,209). Sum of RGB (Red+Green+Blue) = 181+143+209=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #B58FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FD1 is #4A702E. Grayscale: #A1A1A1. Windows color (decimal): -4878383 or 13733813. OLE color: 13733813.
HSL color Cylindrical-coordinate representation of color #B58FD1: hue angle of 274.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58FD1 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 143 | 209 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.18 |
| HSL | 274.55º | 0.42% | 0.69% | - |
| HSV(B) | 274.55º | 0.32% | 0.82% | - |
| XYZ | 40.39 | 34.07 | 64.77 | - |
| YUV | 161.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 209 | 0.13 | 0.32 | 0 | 0.18 | 274.55 | 0.42 | 0.69 |
| Hex | B5 | 8F | D1 | D | 20 | 0 | 12 | 113 | 2A | 45 |
| Octal | 265 | 217 | 321 | 15 | 40 | 0 | 22 | 423 | 52 | 105 |
| Binary | 10110101 | 10001111 | 11010001 | 1101 | 100000 | 0 | 10010 | 100010011 | 101010 | 1000101 |
Color Harmonies of #B58FD1
Complementary color
Monochromatic Colors of #B58FD1
Black with #B58FD1
Text Example
Text Example
White with #B58FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FD1; }
p { color: rgb(181,143,209); }
H1.HeaderClassName
{
color: #B58FD1;
}
.AnyTagClassName
{
color: #B58FD1;
}
</style>
background-color css
<style>
a { background-color: #B58FD1; }
a { background-color: rgb(181,143,209); }
div.DivClassName
{
background-color: #B58FD1;
}
.BgClassName
{
background-color: #B58FD1;
}
</style>
border-color css
<style>
span { border-color: #B58FD1; }
span { border-color: rgb(181,143,209); }
td.TdClassName
{
border-color: #B58FD1;
}
.TagClassName
{
border-color: #B58FD1;
}
</style>