Shades of Biloba Flower #B599E2
Tints of Biloba Flower #B599E2
RGB
CMYK
RGB Variations
Color information
#B599E2 (or 0xB599E2) is known color: Biloba Flower. HEX triplet: B5, 99 and E2. RGB value is (181,153,226). Sum of RGB (Red+Green+Blue) = 181+153+226=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #B599E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599E2 is #4A661D. Grayscale: #A9A9A9. Windows color (decimal): -4875806 or 14850485. OLE color: 14850485.
HSL color Cylindrical-coordinate representation of color #B599E2: hue angle of 263.01º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B599E2 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 153 | 226 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.11 |
| HSL | 263.01º | 0.56% | 0.74% | - |
| HSV(B) | 263.01º | 0.32% | 0.89% | - |
| XYZ | 44.17 | 38.1 | 76.98 | - |
| YUV | 169.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 226 | 0.20 | 0.32 | 0 | 0.11 | 263.01 | 0.56 | 0.74 |
| Hex | B5 | 99 | E2 | 14 | 20 | 0 | B | 107 | 38 | 4A |
| Octal | 265 | 231 | 342 | 24 | 40 | 0 | 13 | 407 | 70 | 112 |
| Binary | 10110101 | 10011001 | 11100010 | 10100 | 100000 | 0 | 1011 | 100000111 | 111000 | 1001010 |
Color Harmonies of #B599E2
Complementary color
Monochromatic Colors of #B599E2
Black with #B599E2
Text Example
Text Example
White with #B599E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599E2; }
p { color: rgb(181,153,226); }
H1.HeaderClassName
{
color: #B599E2;
}
.AnyTagClassName
{
color: #B599E2;
}
</style>
background-color css
<style>
a { background-color: #B599E2; }
a { background-color: rgb(181,153,226); }
div.DivClassName
{
background-color: #B599E2;
}
.BgClassName
{
background-color: #B599E2;
}
</style>
border-color css
<style>
span { border-color: #B599E2; }
span { border-color: rgb(181,153,226); }
td.TdClassName
{
border-color: #B599E2;
}
.TagClassName
{
border-color: #B599E2;
}
</style>