Shades of Biloba Flower #B47DE3
Tints of Biloba Flower #B47DE3
RGB
CMYK
RGB Variations
Color information
#B47DE3 (or 0xB47DE3) is known color: Biloba Flower. HEX triplet: B4, 7D and E3. RGB value is (180,125,227). Sum of RGB (Red+Green+Blue) = 180+125+227=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #B47DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DE3 is #4B821C. Grayscale: #989898. Windows color (decimal): -4948509 or 14908852. OLE color: 14908852.
HSL color Cylindrical-coordinate representation of color #B47DE3: hue angle of 272.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B47DE3 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 125 | 227 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.11 |
| HSL | 272.35º | 0.65% | 0.69% | - |
| HSV(B) | 272.35º | 0.45% | 0.89% | - |
| XYZ | 40.02 | 29.92 | 76.34 | - |
| YUV | 153.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 227 | 0.21 | 0.45 | 0 | 0.11 | 272.35 | 0.65 | 0.69 |
| Hex | B4 | 7D | E3 | 15 | 2D | 0 | B | 110 | 41 | 45 |
| Octal | 264 | 175 | 343 | 25 | 55 | 0 | 13 | 420 | 101 | 105 |
| Binary | 10110100 | 1111101 | 11100011 | 10101 | 101101 | 0 | 1011 | 100010000 | 1000001 | 1000101 |
Color Harmonies of #B47DE3
Complementary color
Monochromatic Colors of #B47DE3
Black with #B47DE3
Text Example
Text Example
White with #B47DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47DE3; }
p { color: rgb(180,125,227); }
H1.HeaderClassName
{
color: #B47DE3;
}
.AnyTagClassName
{
color: #B47DE3;
}
</style>
background-color css
<style>
a { background-color: #B47DE3; }
a { background-color: rgb(180,125,227); }
div.DivClassName
{
background-color: #B47DE3;
}
.BgClassName
{
background-color: #B47DE3;
}
</style>
border-color css
<style>
span { border-color: #B47DE3; }
span { border-color: rgb(180,125,227); }
td.TdClassName
{
border-color: #B47DE3;
}
.TagClassName
{
border-color: #B47DE3;
}
</style>