Shades of Biloba Flower #B58FD3
Tints of Biloba Flower #B58FD3
RGB
CMYK
RGB Variations
Color information
#B58FD3 (or 0xB58FD3) is known color: Biloba Flower. HEX triplet: B5, 8F and D3. RGB value is (181,143,211). Sum of RGB (Red+Green+Blue) = 181+143+211=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #B58FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FD3 is #4A702C. Grayscale: #A1A1A1. Windows color (decimal): -4878381 or 13864885. OLE color: 13864885.
HSL color Cylindrical-coordinate representation of color #B58FD3: hue angle of 273.53º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58FD3 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 143 | 211 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.17 |
| HSL | 273.53º | 0.44% | 0.69% | - |
| HSV(B) | 273.53º | 0.32% | 0.83% | - |
| XYZ | 40.64 | 34.17 | 66.08 | - |
| YUV | 162.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 211 | 0.14 | 0.32 | 0 | 0.17 | 273.53 | 0.44 | 0.69 |
| Hex | B5 | 8F | D3 | E | 20 | 0 | 11 | 112 | 2C | 45 |
| Octal | 265 | 217 | 323 | 16 | 40 | 0 | 21 | 422 | 54 | 105 |
| Binary | 10110101 | 10001111 | 11010011 | 1110 | 100000 | 0 | 10001 | 100010010 | 101100 | 1000101 |
Color Harmonies of #B58FD3
Complementary color
Monochromatic Colors of #B58FD3
Black with #B58FD3
Text Example
Text Example
White with #B58FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FD3; }
p { color: rgb(181,143,211); }
H1.HeaderClassName
{
color: #B58FD3;
}
.AnyTagClassName
{
color: #B58FD3;
}
</style>
background-color css
<style>
a { background-color: #B58FD3; }
a { background-color: rgb(181,143,211); }
div.DivClassName
{
background-color: #B58FD3;
}
.BgClassName
{
background-color: #B58FD3;
}
</style>
border-color css
<style>
span { border-color: #B58FD3; }
span { border-color: rgb(181,143,211); }
td.TdClassName
{
border-color: #B58FD3;
}
.TagClassName
{
border-color: #B58FD3;
}
</style>