Shades of Biloba Flower #B591DF
Tints of Biloba Flower #B591DF
RGB
CMYK
RGB Variations
Color information
#B591DF (or 0xB591DF) is known color: Biloba Flower. HEX triplet: B5, 91 and DF. RGB value is (181,145,223). Sum of RGB (Red+Green+Blue) = 181+145+223=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B591DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591DF is #4A6E20. Grayscale: #A4A4A4. Windows color (decimal): -4877857 or 14651829. OLE color: 14651829.
HSL color Cylindrical-coordinate representation of color #B591DF: hue angle of 267.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B591DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 145 | 223 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 267.69º | 0.55% | 0.72% | - |
| HSV(B) | 267.69º | 0.35% | 0.87% | - |
| XYZ | 42.5 | 35.4 | 74.41 | - |
| YUV | 164.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 223 | 0.19 | 0.35 | 0 | 0.13 | 267.69 | 0.55 | 0.72 |
| Hex | B5 | 91 | DF | 13 | 23 | 0 | D | 10C | 37 | 48 |
| Octal | 265 | 221 | 337 | 23 | 43 | 0 | 15 | 414 | 67 | 110 |
| Binary | 10110101 | 10010001 | 11011111 | 10011 | 100011 | 0 | 1101 | 100001100 | 110111 | 1001000 |
Color Harmonies of #B591DF
Complementary color
Monochromatic Colors of #B591DF
Black with #B591DF
Text Example
Text Example
White with #B591DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B591DF; }
p { color: rgb(181,145,223); }
H1.HeaderClassName
{
color: #B591DF;
}
.AnyTagClassName
{
color: #B591DF;
}
</style>
background-color css
<style>
a { background-color: #B591DF; }
a { background-color: rgb(181,145,223); }
div.DivClassName
{
background-color: #B591DF;
}
.BgClassName
{
background-color: #B591DF;
}
</style>
border-color css
<style>
span { border-color: #B591DF; }
span { border-color: rgb(181,145,223); }
td.TdClassName
{
border-color: #B591DF;
}
.TagClassName
{
border-color: #B591DF;
}
</style>