Shades of Biloba Flower #B591DC
Tints of Biloba Flower #B591DC
RGB
CMYK
RGB Variations
Color information
#B591DC (or 0xB591DC) is known color: Biloba Flower. HEX triplet: B5, 91 and DC. RGB value is (181,145,220). Sum of RGB (Red+Green+Blue) = 181+145+220=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B591DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591DC is #4A6E23. Grayscale: #A4A4A4. Windows color (decimal): -4877860 or 14455221. OLE color: 14455221.
HSL color Cylindrical-coordinate representation of color #B591DC: hue angle of 268.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B591DC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 145 | 220 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.14 |
| HSL | 268.8º | 0.52% | 0.72% | - |
| HSV(B) | 268.8º | 0.34% | 0.86% | - |
| XYZ | 42.1 | 35.24 | 72.29 | - |
| YUV | 164.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 220 | 0.18 | 0.34 | 0 | 0.14 | 268.8 | 0.52 | 0.72 |
| Hex | B5 | 91 | DC | 12 | 22 | 0 | E | 10D | 34 | 48 |
| Octal | 265 | 221 | 334 | 22 | 42 | 0 | 16 | 415 | 64 | 110 |
| Binary | 10110101 | 10010001 | 11011100 | 10010 | 100010 | 0 | 1110 | 100001101 | 110100 | 1001000 |
Color Harmonies of #B591DC
Complementary color
Monochromatic Colors of #B591DC
Black with #B591DC
Text Example
Text Example
White with #B591DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591DC; }
p { color: rgb(181,145,220); }
H1.HeaderClassName
{
color: #B591DC;
}
.AnyTagClassName
{
color: #B591DC;
}
</style>
background-color css
<style>
a { background-color: #B591DC; }
a { background-color: rgb(181,145,220); }
div.DivClassName
{
background-color: #B591DC;
}
.BgClassName
{
background-color: #B591DC;
}
</style>
border-color css
<style>
span { border-color: #B591DC; }
span { border-color: rgb(181,145,220); }
td.TdClassName
{
border-color: #B591DC;
}
.TagClassName
{
border-color: #B591DC;
}
</style>