Shades of Biloba Flower #B47EF0
Tints of Biloba Flower #B47EF0
RGB
CMYK
RGB Variations
Color information
#B47EF0 (or 0xB47EF0) is known color: Biloba Flower. HEX triplet: B4, 7E and F0. RGB value is (180,126,240). Sum of RGB (Red+Green+Blue) = 180+126+240=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #B47EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EF0 is #4B810F. Grayscale: #9A9A9A. Windows color (decimal): -4948240 or 15761076. OLE color: 15761076.
HSL color Cylindrical-coordinate representation of color #B47EF0: hue angle of 268.42º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47EF0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 126 | 240 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.06 |
| HSL | 268.42º | 0.79% | 0.72% | - |
| HSV(B) | 268.42º | 0.48% | 0.94% | - |
| XYZ | 42.01 | 30.92 | 86.19 | - |
| YUV | 155.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 240 | 0.25 | 0.48 | 0 | 0.06 | 268.42 | 0.79 | 0.72 |
| Hex | B4 | 7E | F0 | 19 | 30 | 0 | 6 | 10C | 4F | 48 |
| Octal | 264 | 176 | 360 | 31 | 60 | 0 | 6 | 414 | 117 | 110 |
| Binary | 10110100 | 1111110 | 11110000 | 11001 | 110000 | 0 | 110 | 100001100 | 1001111 | 1001000 |
Color Harmonies of #B47EF0
Complementary color
Monochromatic Colors of #B47EF0
Black with #B47EF0
Text Example
Text Example
White with #B47EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EF0; }
p { color: rgb(180,126,240); }
H1.HeaderClassName
{
color: #B47EF0;
}
.AnyTagClassName
{
color: #B47EF0;
}
</style>
background-color css
<style>
a { background-color: #B47EF0; }
a { background-color: rgb(180,126,240); }
div.DivClassName
{
background-color: #B47EF0;
}
.BgClassName
{
background-color: #B47EF0;
}
</style>
border-color css
<style>
span { border-color: #B47EF0; }
span { border-color: rgb(180,126,240); }
td.TdClassName
{
border-color: #B47EF0;
}
.TagClassName
{
border-color: #B47EF0;
}
</style>