Shades of Biloba Flower #B597CC
Tints of Biloba Flower #B597CC
RGB
CMYK
RGB Variations
Color information
#B597CC (or 0xB597CC) is known color: Biloba Flower. HEX triplet: B5, 97 and CC. RGB value is (181,151,204). Sum of RGB (Red+Green+Blue) = 181+151+204=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B597CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597CC is #4A6833. Grayscale: #A5A5A5. Windows color (decimal): -4876340 or 13408181. OLE color: 13408181.
HSL color Cylindrical-coordinate representation of color #B597CC: hue angle of 273.96º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B597CC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 151 | 204 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.2 |
| HSL | 273.96º | 0.34% | 0.7% | - |
| HSV(B) | 273.96º | 0.26% | 0.8% | - |
| XYZ | 41.02 | 36.32 | 61.97 | - |
| YUV | 166.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 204 | 0.11 | 0.26 | 0 | 0.2 | 273.96 | 0.34 | 0.7 |
| Hex | B5 | 97 | CC | B | 1A | 0 | 14 | 112 | 22 | 46 |
| Octal | 265 | 227 | 314 | 13 | 32 | 0 | 24 | 422 | 42 | 106 |
| Binary | 10110101 | 10010111 | 11001100 | 1011 | 11010 | 0 | 10100 | 100010010 | 100010 | 1000110 |
Color Harmonies of #B597CC
Complementary color
Monochromatic Colors of #B597CC
Black with #B597CC
Text Example
Text Example
White with #B597CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597CC; }
p { color: rgb(181,151,204); }
H1.HeaderClassName
{
color: #B597CC;
}
.AnyTagClassName
{
color: #B597CC;
}
</style>
background-color css
<style>
a { background-color: #B597CC; }
a { background-color: rgb(181,151,204); }
div.DivClassName
{
background-color: #B597CC;
}
.BgClassName
{
background-color: #B597CC;
}
</style>
border-color css
<style>
span { border-color: #B597CC; }
span { border-color: rgb(181,151,204); }
td.TdClassName
{
border-color: #B597CC;
}
.TagClassName
{
border-color: #B597CC;
}
</style>