Shades of Biloba Flower #B49EDD
Tints of Biloba Flower #B49EDD
RGB
CMYK
RGB Variations
Color information
#B49EDD (or 0xB49EDD) is known color: Biloba Flower. HEX triplet: B4, 9E and DD. RGB value is (180,158,221). Sum of RGB (Red+Green+Blue) = 180+158+221=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #B49EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EDD is #4B6122. Grayscale: #ABABAB. Windows color (decimal): -4940067 or 14524084. OLE color: 14524084.
HSL color Cylindrical-coordinate representation of color #B49EDD: hue angle of 260.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49EDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 158 | 221 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.13 |
| HSL | 260.95º | 0.48% | 0.74% | - |
| HSV(B) | 260.95º | 0.29% | 0.87% | - |
| XYZ | 44.1 | 39.38 | 73.68 | - |
| YUV | 171.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 221 | 0.19 | 0.29 | 0 | 0.13 | 260.95 | 0.48 | 0.74 |
| Hex | B4 | 9E | DD | 13 | 1D | 0 | D | 105 | 30 | 4A |
| Octal | 264 | 236 | 335 | 23 | 35 | 0 | 15 | 405 | 60 | 112 |
| Binary | 10110100 | 10011110 | 11011101 | 10011 | 11101 | 0 | 1101 | 100000101 | 110000 | 1001010 |
Color Harmonies of #B49EDD
Complementary color
Monochromatic Colors of #B49EDD
Black with #B49EDD
Text Example
Text Example
White with #B49EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EDD; }
p { color: rgb(180,158,221); }
H1.HeaderClassName
{
color: #B49EDD;
}
.AnyTagClassName
{
color: #B49EDD;
}
</style>
background-color css
<style>
a { background-color: #B49EDD; }
a { background-color: rgb(180,158,221); }
div.DivClassName
{
background-color: #B49EDD;
}
.BgClassName
{
background-color: #B49EDD;
}
</style>
border-color css
<style>
span { border-color: #B49EDD; }
span { border-color: rgb(180,158,221); }
td.TdClassName
{
border-color: #B49EDD;
}
.TagClassName
{
border-color: #B49EDD;
}
</style>