Shades of Biloba Flower #B597CE
Tints of Biloba Flower #B597CE
RGB
CMYK
RGB Variations
Color information
#B597CE (or 0xB597CE) is known color: Biloba Flower. HEX triplet: B5, 97 and CE. RGB value is (181,151,206). Sum of RGB (Red+Green+Blue) = 181+151+206=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B597CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597CE is #4A6831. Grayscale: #A6A6A6. Windows color (decimal): -4876338 or 13539253. OLE color: 13539253.
HSL color Cylindrical-coordinate representation of color #B597CE: hue angle of 272.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B597CE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 151 | 206 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.19 |
| HSL | 272.73º | 0.36% | 0.7% | - |
| HSV(B) | 272.73º | 0.27% | 0.81% | - |
| XYZ | 41.26 | 36.41 | 63.25 | - |
| YUV | 166.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 206 | 0.12 | 0.27 | 0 | 0.19 | 272.73 | 0.36 | 0.7 |
| Hex | B5 | 97 | CE | C | 1B | 0 | 13 | 111 | 24 | 46 |
| Octal | 265 | 227 | 316 | 14 | 33 | 0 | 23 | 421 | 44 | 106 |
| Binary | 10110101 | 10010111 | 11001110 | 1100 | 11011 | 0 | 10011 | 100010001 | 100100 | 1000110 |
Color Harmonies of #B597CE
Complementary color
Monochromatic Colors of #B597CE
Black with #B597CE
Text Example
Text Example
White with #B597CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597CE; }
p { color: rgb(181,151,206); }
H1.HeaderClassName
{
color: #B597CE;
}
.AnyTagClassName
{
color: #B597CE;
}
</style>
background-color css
<style>
a { background-color: #B597CE; }
a { background-color: rgb(181,151,206); }
div.DivClassName
{
background-color: #B597CE;
}
.BgClassName
{
background-color: #B597CE;
}
</style>
border-color css
<style>
span { border-color: #B597CE; }
span { border-color: rgb(181,151,206); }
td.TdClassName
{
border-color: #B597CE;
}
.TagClassName
{
border-color: #B597CE;
}
</style>