Shades of Biloba Flower #B597DD
Tints of Biloba Flower #B597DD
RGB
CMYK
RGB Variations
Color information
#B597DD (or 0xB597DD) is known color: Biloba Flower. HEX triplet: B5, 97 and DD. RGB value is (181,151,221). Sum of RGB (Red+Green+Blue) = 181+151+221=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B597DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597DD is #4A6822. Grayscale: #A7A7A7. Windows color (decimal): -4876323 or 14522293. OLE color: 14522293.
HSL color Cylindrical-coordinate representation of color #B597DD: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B597DD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 151 | 221 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.13 |
| HSL | 265.71º | 0.51% | 0.73% | - |
| HSV(B) | 265.71º | 0.32% | 0.87% | - |
| XYZ | 43.17 | 37.18 | 73.31 | - |
| YUV | 167.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 221 | 0.18 | 0.32 | 0 | 0.13 | 265.71 | 0.51 | 0.73 |
| Hex | B5 | 97 | DD | 12 | 20 | 0 | D | 10A | 33 | 49 |
| Octal | 265 | 227 | 335 | 22 | 40 | 0 | 15 | 412 | 63 | 111 |
| Binary | 10110101 | 10010111 | 11011101 | 10010 | 100000 | 0 | 1101 | 100001010 | 110011 | 1001001 |
Color Harmonies of #B597DD
Complementary color
Monochromatic Colors of #B597DD
Black with #B597DD
Text Example
Text Example
White with #B597DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597DD; }
p { color: rgb(181,151,221); }
H1.HeaderClassName
{
color: #B597DD;
}
.AnyTagClassName
{
color: #B597DD;
}
</style>
background-color css
<style>
a { background-color: #B597DD; }
a { background-color: rgb(181,151,221); }
div.DivClassName
{
background-color: #B597DD;
}
.BgClassName
{
background-color: #B597DD;
}
</style>
border-color css
<style>
span { border-color: #B597DD; }
span { border-color: rgb(181,151,221); }
td.TdClassName
{
border-color: #B597DD;
}
.TagClassName
{
border-color: #B597DD;
}
</style>