Shades of Biloba Flower #B590CF
Tints of Biloba Flower #B590CF
RGB
CMYK
RGB Variations
Color information
#B590CF (or 0xB590CF) is known color: Biloba Flower. HEX triplet: B5, 90 and CF. RGB value is (181,144,207). Sum of RGB (Red+Green+Blue) = 181+144+207=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #B590CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CF is #4A6F30. Grayscale: #A2A2A2. Windows color (decimal): -4878129 or 13602997. OLE color: 13602997.
HSL color Cylindrical-coordinate representation of color #B590CF: hue angle of 275.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B590CF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 144 | 207 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.19 |
| HSL | 275.24º | 0.4% | 0.69% | - |
| HSV(B) | 275.24º | 0.3% | 0.81% | - |
| XYZ | 40.29 | 34.28 | 63.52 | - |
| YUV | 162.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 207 | 0.13 | 0.30 | 0 | 0.19 | 275.24 | 0.4 | 0.69 |
| Hex | B5 | 90 | CF | D | 1E | 0 | 13 | 113 | 28 | 45 |
| Octal | 265 | 220 | 317 | 15 | 36 | 0 | 23 | 423 | 50 | 105 |
| Binary | 10110101 | 10010000 | 11001111 | 1101 | 11110 | 0 | 10011 | 100010011 | 101000 | 1000101 |
Color Harmonies of #B590CF
Complementary color
Monochromatic Colors of #B590CF
Black with #B590CF
Text Example
Text Example
White with #B590CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590CF; }
p { color: rgb(181,144,207); }
H1.HeaderClassName
{
color: #B590CF;
}
.AnyTagClassName
{
color: #B590CF;
}
</style>
background-color css
<style>
a { background-color: #B590CF; }
a { background-color: rgb(181,144,207); }
div.DivClassName
{
background-color: #B590CF;
}
.BgClassName
{
background-color: #B590CF;
}
</style>
border-color css
<style>
span { border-color: #B590CF; }
span { border-color: rgb(181,144,207); }
td.TdClassName
{
border-color: #B590CF;
}
.TagClassName
{
border-color: #B590CF;
}
</style>