Shades of Biloba Flower #B597D2
Tints of Biloba Flower #B597D2
RGB
CMYK
RGB Variations
Color information
#B597D2 (or 0xB597D2) is known color: Biloba Flower. HEX triplet: B5, 97 and D2. RGB value is (181,151,210). Sum of RGB (Red+Green+Blue) = 181+151+210=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #B597D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597D2 is #4A682D. Grayscale: #A6A6A6. Windows color (decimal): -4876334 or 13801397. OLE color: 13801397.
HSL color Cylindrical-coordinate representation of color #B597D2: hue angle of 270.51º degrees, saturation: 0.4, 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 #B597D2 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 151 | 210 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.18 |
| HSL | 270.51º | 0.4% | 0.71% | - |
| HSV(B) | 270.51º | 0.28% | 0.82% | - |
| XYZ | 41.76 | 36.61 | 65.84 | - |
| YUV | 166.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 210 | 0.14 | 0.28 | 0 | 0.18 | 270.51 | 0.4 | 0.71 |
| Hex | B5 | 97 | D2 | E | 1C | 0 | 12 | 10F | 28 | 47 |
| Octal | 265 | 227 | 322 | 16 | 34 | 0 | 22 | 417 | 50 | 107 |
| Binary | 10110101 | 10010111 | 11010010 | 1110 | 11100 | 0 | 10010 | 100001111 | 101000 | 1000111 |
Color Harmonies of #B597D2
Complementary color
Monochromatic Colors of #B597D2
Black with #B597D2
Text Example
Text Example
White with #B597D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597D2; }
p { color: rgb(181,151,210); }
H1.HeaderClassName
{
color: #B597D2;
}
.AnyTagClassName
{
color: #B597D2;
}
</style>
background-color css
<style>
a { background-color: #B597D2; }
a { background-color: rgb(181,151,210); }
div.DivClassName
{
background-color: #B597D2;
}
.BgClassName
{
background-color: #B597D2;
}
</style>
border-color css
<style>
span { border-color: #B597D2; }
span { border-color: rgb(181,151,210); }
td.TdClassName
{
border-color: #B597D2;
}
.TagClassName
{
border-color: #B597D2;
}
</style>