Shades of Biloba Flower #B47EEA
Tints of Biloba Flower #B47EEA
RGB
CMYK
RGB Variations
Color information
#B47EEA (or 0xB47EEA) is known color: Biloba Flower. HEX triplet: B4, 7E and EA. RGB value is (180,126,234). Sum of RGB (Red+Green+Blue) = 180+126+234=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #B47EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EEA is #4B8115. Grayscale: #9A9A9A. Windows color (decimal): -4948246 or 15367860. OLE color: 15367860.
HSL color Cylindrical-coordinate representation of color #B47EEA: hue angle of 270º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47EEA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 126 | 234 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.08 |
| HSL | 270º | 0.72% | 0.71% | - |
| HSV(B) | 270º | 0.46% | 0.92% | - |
| XYZ | 41.13 | 30.57 | 81.57 | - |
| YUV | 154.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 234 | 0.23 | 0.46 | 0 | 0.08 | 270 | 0.72 | 0.71 |
| Hex | B4 | 7E | EA | 17 | 2E | 0 | 8 | 10E | 48 | 47 |
| Octal | 264 | 176 | 352 | 27 | 56 | 0 | 10 | 416 | 110 | 107 |
| Binary | 10110100 | 1111110 | 11101010 | 10111 | 101110 | 0 | 1000 | 100001110 | 1001000 | 1000111 |
Color Harmonies of #B47EEA
Complementary color
Monochromatic Colors of #B47EEA
Black with #B47EEA
Text Example
Text Example
White with #B47EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EEA; }
p { color: rgb(180,126,234); }
H1.HeaderClassName
{
color: #B47EEA;
}
.AnyTagClassName
{
color: #B47EEA;
}
</style>
background-color css
<style>
a { background-color: #B47EEA; }
a { background-color: rgb(180,126,234); }
div.DivClassName
{
background-color: #B47EEA;
}
.BgClassName
{
background-color: #B47EEA;
}
</style>
border-color css
<style>
span { border-color: #B47EEA; }
span { border-color: rgb(180,126,234); }
td.TdClassName
{
border-color: #B47EEA;
}
.TagClassName
{
border-color: #B47EEA;
}
</style>