Shades of Biloba Flower #B597D0
Tints of Biloba Flower #B597D0
RGB
CMYK
RGB Variations
Color information
#B597D0 (or 0xB597D0) is known color: Biloba Flower. HEX triplet: B5, 97 and D0. RGB value is (181,151,208). Sum of RGB (Red+Green+Blue) = 181+151+208=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #B597D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597D0 is #4A682F. Grayscale: #A6A6A6. Windows color (decimal): -4876336 or 13670325. OLE color: 13670325.
HSL color Cylindrical-coordinate representation of color #B597D0: hue angle of 271.58º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B597D0 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 151 | 208 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.18 |
| HSL | 271.58º | 0.38% | 0.7% | - |
| HSV(B) | 271.58º | 0.27% | 0.82% | - |
| XYZ | 41.51 | 36.51 | 64.53 | - |
| YUV | 166.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 208 | 0.13 | 0.27 | 0 | 0.18 | 271.58 | 0.38 | 0.7 |
| Hex | B5 | 97 | D0 | D | 1B | 0 | 12 | 110 | 26 | 46 |
| Octal | 265 | 227 | 320 | 15 | 33 | 0 | 22 | 420 | 46 | 106 |
| Binary | 10110101 | 10010111 | 11010000 | 1101 | 11011 | 0 | 10010 | 100010000 | 100110 | 1000110 |
Color Harmonies of #B597D0
Complementary color
Monochromatic Colors of #B597D0
Black with #B597D0
Text Example
Text Example
White with #B597D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597D0; }
p { color: rgb(181,151,208); }
H1.HeaderClassName
{
color: #B597D0;
}
.AnyTagClassName
{
color: #B597D0;
}
</style>
background-color css
<style>
a { background-color: #B597D0; }
a { background-color: rgb(181,151,208); }
div.DivClassName
{
background-color: #B597D0;
}
.BgClassName
{
background-color: #B597D0;
}
</style>
border-color css
<style>
span { border-color: #B597D0; }
span { border-color: rgb(181,151,208); }
td.TdClassName
{
border-color: #B597D0;
}
.TagClassName
{
border-color: #B597D0;
}
</style>