Shades of Biloba Flower #B590DF
Tints of Biloba Flower #B590DF
RGB
CMYK
RGB Variations
Color information
#B590DF (or 0xB590DF) is known color: Biloba Flower. HEX triplet: B5, 90 and DF. RGB value is (181,144,223). Sum of RGB (Red+Green+Blue) = 181+144+223=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B590DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590DF is #4A6F20. Grayscale: #A3A3A3. Windows color (decimal): -4878113 or 14651573. OLE color: 14651573.
HSL color Cylindrical-coordinate representation of color #B590DF: hue angle of 268.1º 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 #B590DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 144 | 223 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 268.1º | 0.55% | 0.72% | - |
| HSV(B) | 268.1º | 0.35% | 0.87% | - |
| XYZ | 42.35 | 35.1 | 74.35 | - |
| YUV | 164.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 223 | 0.19 | 0.35 | 0 | 0.13 | 268.1 | 0.55 | 0.72 |
| Hex | B5 | 90 | DF | 13 | 23 | 0 | D | 10C | 37 | 48 |
| Octal | 265 | 220 | 337 | 23 | 43 | 0 | 15 | 414 | 67 | 110 |
| Binary | 10110101 | 10010000 | 11011111 | 10011 | 100011 | 0 | 1101 | 100001100 | 110111 | 1001000 |
Color Harmonies of #B590DF
Complementary color
Monochromatic Colors of #B590DF
Black with #B590DF
Text Example
Text Example
White with #B590DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590DF; }
p { color: rgb(181,144,223); }
H1.HeaderClassName
{
color: #B590DF;
}
.AnyTagClassName
{
color: #B590DF;
}
</style>
background-color css
<style>
a { background-color: #B590DF; }
a { background-color: rgb(181,144,223); }
div.DivClassName
{
background-color: #B590DF;
}
.BgClassName
{
background-color: #B590DF;
}
</style>
border-color css
<style>
span { border-color: #B590DF; }
span { border-color: rgb(181,144,223); }
td.TdClassName
{
border-color: #B590DF;
}
.TagClassName
{
border-color: #B590DF;
}
</style>