Shades of Biloba Flower #B599EA
Tints of Biloba Flower #B599EA
RGB
CMYK
RGB Variations
Color information
#B599EA (or 0xB599EA) is known color: Biloba Flower. HEX triplet: B5, 99 and EA. RGB value is (181,153,234). Sum of RGB (Red+Green+Blue) = 181+153+234=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B599EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599EA is #4A6615. Grayscale: #AAAAAA. Windows color (decimal): -4875798 or 15374773. OLE color: 15374773.
HSL color Cylindrical-coordinate representation of color #B599EA: hue angle of 260.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B599EA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 153 | 234 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.08 |
| HSL | 260.74º | 0.66% | 0.76% | - |
| HSV(B) | 260.74º | 0.35% | 0.92% | - |
| XYZ | 45.3 | 38.55 | 82.89 | - |
| YUV | 170.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 234 | 0.23 | 0.35 | 0 | 0.08 | 260.74 | 0.66 | 0.76 |
| Hex | B5 | 99 | EA | 17 | 23 | 0 | 8 | 105 | 42 | 4C |
| Octal | 265 | 231 | 352 | 27 | 43 | 0 | 10 | 405 | 102 | 114 |
| Binary | 10110101 | 10011001 | 11101010 | 10111 | 100011 | 0 | 1000 | 100000101 | 1000010 | 1001100 |
Color Harmonies of #B599EA
Complementary color
Monochromatic Colors of #B599EA
Black with #B599EA
Text Example
Text Example
White with #B599EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599EA; }
p { color: rgb(181,153,234); }
H1.HeaderClassName
{
color: #B599EA;
}
.AnyTagClassName
{
color: #B599EA;
}
</style>
background-color css
<style>
a { background-color: #B599EA; }
a { background-color: rgb(181,153,234); }
div.DivClassName
{
background-color: #B599EA;
}
.BgClassName
{
background-color: #B599EA;
}
</style>
border-color css
<style>
span { border-color: #B599EA; }
span { border-color: rgb(181,153,234); }
td.TdClassName
{
border-color: #B599EA;
}
.TagClassName
{
border-color: #B599EA;
}
</style>