Shades of Biloba Flower #B597F9
Tints of Biloba Flower #B597F9
RGB
CMYK
RGB Variations
Color information
#B597F9 (or 0xB597F9) is known color: Biloba Flower. HEX triplet: B5, 97 and F9. RGB value is (181,151,249). Sum of RGB (Red+Green+Blue) = 181+151+249=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #B597F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B597F9 is #4A6806. Grayscale: #AAAAAA. Windows color (decimal): -4876295 or 16357301. OLE color: 16357301.
HSL color Cylindrical-coordinate representation of color #B597F9: hue angle of 258.37º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B597F9 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 151 | 249 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.02 |
| HSL | 258.37º | 0.89% | 0.78% | - |
| HSV(B) | 258.37º | 0.39% | 0.98% | - |
| XYZ | 47.22 | 38.8 | 94.62 | - |
| YUV | 171.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 249 | 0.27 | 0.39 | 0 | 0.02 | 258.37 | 0.89 | 0.78 |
| Hex | B5 | 97 | F9 | 1B | 27 | 0 | 2 | 102 | 59 | 4E |
| Octal | 265 | 227 | 371 | 33 | 47 | 0 | 2 | 402 | 131 | 116 |
| Binary | 10110101 | 10010111 | 11111001 | 11011 | 100111 | 0 | 10 | 100000010 | 1011001 | 1001110 |
Color Harmonies of #B597F9
Complementary color
Monochromatic Colors of #B597F9
Black with #B597F9
Text Example
Text Example
White with #B597F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597F9; }
p { color: rgb(181,151,249); }
H1.HeaderClassName
{
color: #B597F9;
}
.AnyTagClassName
{
color: #B597F9;
}
</style>
background-color css
<style>
a { background-color: #B597F9; }
a { background-color: rgb(181,151,249); }
div.DivClassName
{
background-color: #B597F9;
}
.BgClassName
{
background-color: #B597F9;
}
</style>
border-color css
<style>
span { border-color: #B597F9; }
span { border-color: rgb(181,151,249); }
td.TdClassName
{
border-color: #B597F9;
}
.TagClassName
{
border-color: #B597F9;
}
</style>