Shades of Biloba Flower #B591D0
Tints of Biloba Flower #B591D0
RGB
CMYK
RGB Variations
Color information
#B591D0 (or 0xB591D0) is known color: Biloba Flower. HEX triplet: B5, 91 and D0. RGB value is (181,145,208). Sum of RGB (Red+Green+Blue) = 181+145+208=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #B591D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591D0 is #4A6E2F. Grayscale: #A2A2A2. Windows color (decimal): -4877872 or 13668789. OLE color: 13668789.
HSL color Cylindrical-coordinate representation of color #B591D0: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B591D0 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 145 | 208 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.18 |
| HSL | 274.29º | 0.4% | 0.69% | - |
| HSV(B) | 274.29º | 0.3% | 0.82% | - |
| XYZ | 40.57 | 34.63 | 64.22 | - |
| YUV | 162.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 208 | 0.13 | 0.30 | 0 | 0.18 | 274.29 | 0.4 | 0.69 |
| Hex | B5 | 91 | D0 | D | 1E | 0 | 12 | 112 | 28 | 45 |
| Octal | 265 | 221 | 320 | 15 | 36 | 0 | 22 | 422 | 50 | 105 |
| Binary | 10110101 | 10010001 | 11010000 | 1101 | 11110 | 0 | 10010 | 100010010 | 101000 | 1000101 |
Color Harmonies of #B591D0
Complementary color
Monochromatic Colors of #B591D0
Black with #B591D0
Text Example
Text Example
White with #B591D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591D0; }
p { color: rgb(181,145,208); }
H1.HeaderClassName
{
color: #B591D0;
}
.AnyTagClassName
{
color: #B591D0;
}
</style>
background-color css
<style>
a { background-color: #B591D0; }
a { background-color: rgb(181,145,208); }
div.DivClassName
{
background-color: #B591D0;
}
.BgClassName
{
background-color: #B591D0;
}
</style>
border-color css
<style>
span { border-color: #B591D0; }
span { border-color: rgb(181,145,208); }
td.TdClassName
{
border-color: #B591D0;
}
.TagClassName
{
border-color: #B591D0;
}
</style>