Shades of Biloba Flower #B597EF
Tints of Biloba Flower #B597EF
RGB
CMYK
RGB Variations
Color information
#B597EF (or 0xB597EF) is known color: Biloba Flower. HEX triplet: B5, 97 and EF. RGB value is (181,151,239). Sum of RGB (Red+Green+Blue) = 181+151+239=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #B597EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B597EF is #4A6810. Grayscale: #A9A9A9. Windows color (decimal): -4876305 or 15701941. OLE color: 15701941.
HSL color Cylindrical-coordinate representation of color #B597EF: hue angle of 260.45º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B597EF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 151 | 239 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.06 |
| HSL | 260.45º | 0.73% | 0.76% | - |
| HSV(B) | 260.45º | 0.37% | 0.94% | - |
| XYZ | 45.7 | 38.19 | 86.62 | - |
| YUV | 170 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 239 | 0.24 | 0.37 | 0 | 0.06 | 260.45 | 0.73 | 0.76 |
| Hex | B5 | 97 | EF | 18 | 25 | 0 | 6 | 104 | 49 | 4C |
| Octal | 265 | 227 | 357 | 30 | 45 | 0 | 6 | 404 | 111 | 114 |
| Binary | 10110101 | 10010111 | 11101111 | 11000 | 100101 | 0 | 110 | 100000100 | 1001001 | 1001100 |
Color Harmonies of #B597EF
Complementary color
Monochromatic Colors of #B597EF
Black with #B597EF
Text Example
Text Example
White with #B597EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597EF; }
p { color: rgb(181,151,239); }
H1.HeaderClassName
{
color: #B597EF;
}
.AnyTagClassName
{
color: #B597EF;
}
</style>
background-color css
<style>
a { background-color: #B597EF; }
a { background-color: rgb(181,151,239); }
div.DivClassName
{
background-color: #B597EF;
}
.BgClassName
{
background-color: #B597EF;
}
</style>
border-color css
<style>
span { border-color: #B597EF; }
span { border-color: rgb(181,151,239); }
td.TdClassName
{
border-color: #B597EF;
}
.TagClassName
{
border-color: #B597EF;
}
</style>