Shades of Biloba Flower #B47AE6
Tints of Biloba Flower #B47AE6
RGB
CMYK
RGB Variations
Color information
#B47AE6 (or 0xB47AE6) is known color: Biloba Flower. HEX triplet: B4, 7A and E6. RGB value is (180,122,230). Sum of RGB (Red+Green+Blue) = 180+122+230=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #B47AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47AE6 is #4B8519. Grayscale: #979797. Windows color (decimal): -4949274 or 15104692. OLE color: 15104692.
HSL color Cylindrical-coordinate representation of color #B47AE6: hue angle of 272.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47AE6 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 122 | 230 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.10 |
| HSL | 272.22º | 0.68% | 0.69% | - |
| HSV(B) | 272.22º | 0.47% | 0.9% | - |
| XYZ | 40.06 | 29.34 | 78.41 | - |
| YUV | 151.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 230 | 0.22 | 0.47 | 0 | 0.10 | 272.22 | 0.68 | 0.69 |
| Hex | B4 | 7A | E6 | 16 | 2F | 0 | A | 110 | 44 | 45 |
| Octal | 264 | 172 | 346 | 26 | 57 | 0 | 12 | 420 | 104 | 105 |
| Binary | 10110100 | 1111010 | 11100110 | 10110 | 101111 | 0 | 1010 | 100010000 | 1000100 | 1000101 |
Color Harmonies of #B47AE6
Complementary color
Monochromatic Colors of #B47AE6
Black with #B47AE6
Text Example
Text Example
White with #B47AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AE6; }
p { color: rgb(180,122,230); }
H1.HeaderClassName
{
color: #B47AE6;
}
.AnyTagClassName
{
color: #B47AE6;
}
</style>
background-color css
<style>
a { background-color: #B47AE6; }
a { background-color: rgb(180,122,230); }
div.DivClassName
{
background-color: #B47AE6;
}
.BgClassName
{
background-color: #B47AE6;
}
</style>
border-color css
<style>
span { border-color: #B47AE6; }
span { border-color: rgb(180,122,230); }
td.TdClassName
{
border-color: #B47AE6;
}
.TagClassName
{
border-color: #B47AE6;
}
</style>