Shades of Biloba Flower #B597D1
Tints of Biloba Flower #B597D1
RGB
CMYK
RGB Variations
Color information
#B597D1 (or 0xB597D1) is known color: Biloba Flower. HEX triplet: B5, 97 and D1. RGB value is (181,151,209). Sum of RGB (Red+Green+Blue) = 181+151+209=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #B597D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597D1 is #4A682E. Grayscale: #A6A6A6. Windows color (decimal): -4876335 or 13735861. OLE color: 13735861.
HSL color Cylindrical-coordinate representation of color #B597D1: hue angle of 271.03º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B597D1 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 151 | 209 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.18 |
| HSL | 271.03º | 0.39% | 0.71% | - |
| HSV(B) | 271.03º | 0.28% | 0.82% | - |
| XYZ | 41.63 | 36.56 | 65.18 | - |
| YUV | 166.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 209 | 0.13 | 0.28 | 0 | 0.18 | 271.03 | 0.39 | 0.71 |
| Hex | B5 | 97 | D1 | D | 1C | 0 | 12 | 10F | 27 | 47 |
| Octal | 265 | 227 | 321 | 15 | 34 | 0 | 22 | 417 | 47 | 107 |
| Binary | 10110101 | 10010111 | 11010001 | 1101 | 11100 | 0 | 10010 | 100001111 | 100111 | 1000111 |
Color Harmonies of #B597D1
Complementary color
Monochromatic Colors of #B597D1
Black with #B597D1
Text Example
Text Example
White with #B597D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597D1; }
p { color: rgb(181,151,209); }
H1.HeaderClassName
{
color: #B597D1;
}
.AnyTagClassName
{
color: #B597D1;
}
</style>
background-color css
<style>
a { background-color: #B597D1; }
a { background-color: rgb(181,151,209); }
div.DivClassName
{
background-color: #B597D1;
}
.BgClassName
{
background-color: #B597D1;
}
</style>
border-color css
<style>
span { border-color: #B597D1; }
span { border-color: rgb(181,151,209); }
td.TdClassName
{
border-color: #B597D1;
}
.TagClassName
{
border-color: #B597D1;
}
</style>