Shades of Biloba Flower #B47BE0
Tints of Biloba Flower #B47BE0
RGB
CMYK
RGB Variations
Color information
#B47BE0 (or 0xB47BE0) is known color: Biloba Flower. HEX triplet: B4, 7B and E0. RGB value is (180,123,224). Sum of RGB (Red+Green+Blue) = 180+123+224=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #B47BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BE0 is #4B841F. Grayscale: #979797. Windows color (decimal): -4949024 or 14711732. OLE color: 14711732.
HSL color Cylindrical-coordinate representation of color #B47BE0: hue angle of 273.86º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B47BE0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 123 | 224 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.12 |
| HSL | 273.86º | 0.62% | 0.68% | - |
| HSV(B) | 273.86º | 0.45% | 0.88% | - |
| XYZ | 39.36 | 29.25 | 74.09 | - |
| YUV | 151.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 224 | 0.20 | 0.45 | 0 | 0.12 | 273.86 | 0.62 | 0.68 |
| Hex | B4 | 7B | E0 | 14 | 2D | 0 | C | 112 | 3E | 44 |
| Octal | 264 | 173 | 340 | 24 | 55 | 0 | 14 | 422 | 76 | 104 |
| Binary | 10110100 | 1111011 | 11100000 | 10100 | 101101 | 0 | 1100 | 100010010 | 111110 | 1000100 |
Color Harmonies of #B47BE0
Complementary color
Monochromatic Colors of #B47BE0
Black with #B47BE0
Text Example
Text Example
White with #B47BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BE0; }
p { color: rgb(180,123,224); }
H1.HeaderClassName
{
color: #B47BE0;
}
.AnyTagClassName
{
color: #B47BE0;
}
</style>
background-color css
<style>
a { background-color: #B47BE0; }
a { background-color: rgb(180,123,224); }
div.DivClassName
{
background-color: #B47BE0;
}
.BgClassName
{
background-color: #B47BE0;
}
</style>
border-color css
<style>
span { border-color: #B47BE0; }
span { border-color: rgb(180,123,224); }
td.TdClassName
{
border-color: #B47BE0;
}
.TagClassName
{
border-color: #B47BE0;
}
</style>