Shades of Biloba Flower #B47EDD
Tints of Biloba Flower #B47EDD
RGB
CMYK
RGB Variations
Color information
#B47EDD (or 0xB47EDD) is known color: Biloba Flower. HEX triplet: B4, 7E and DD. RGB value is (180,126,221). Sum of RGB (Red+Green+Blue) = 180+126+221=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EDD is #4B8122. Grayscale: #989898. Windows color (decimal): -4948259 or 14515892. OLE color: 14515892.
HSL color Cylindrical-coordinate representation of color #B47EDD: hue angle of 274.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47EDD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 126 | 221 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.13 |
| HSL | 274.11º | 0.58% | 0.68% | - |
| HSV(B) | 274.11º | 0.43% | 0.87% | - |
| XYZ | 39.33 | 29.85 | 72.09 | - |
| YUV | 152.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 221 | 0.19 | 0.43 | 0 | 0.13 | 274.11 | 0.58 | 0.68 |
| Hex | B4 | 7E | DD | 13 | 2B | 0 | D | 112 | 3A | 44 |
| Octal | 264 | 176 | 335 | 23 | 53 | 0 | 15 | 422 | 72 | 104 |
| Binary | 10110100 | 1111110 | 11011101 | 10011 | 101011 | 0 | 1101 | 100010010 | 111010 | 1000100 |
Color Harmonies of #B47EDD
Complementary color
Monochromatic Colors of #B47EDD
Black with #B47EDD
Text Example
Text Example
White with #B47EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EDD; }
p { color: rgb(180,126,221); }
H1.HeaderClassName
{
color: #B47EDD;
}
.AnyTagClassName
{
color: #B47EDD;
}
</style>
background-color css
<style>
a { background-color: #B47EDD; }
a { background-color: rgb(180,126,221); }
div.DivClassName
{
background-color: #B47EDD;
}
.BgClassName
{
background-color: #B47EDD;
}
</style>
border-color css
<style>
span { border-color: #B47EDD; }
span { border-color: rgb(180,126,221); }
td.TdClassName
{
border-color: #B47EDD;
}
.TagClassName
{
border-color: #B47EDD;
}
</style>