Shades of Biloba Flower #B48DE4
Tints of Biloba Flower #B48DE4
RGB
CMYK
RGB Variations
Color information
#B48DE4 (or 0xB48DE4) is known color: Biloba Flower. HEX triplet: B4, 8D and E4. RGB value is (180,141,228). Sum of RGB (Red+Green+Blue) = 180+141+228=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #B48DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DE4 is #4B721B. Grayscale: #A2A2A2. Windows color (decimal): -4944412 or 14978484. OLE color: 14978484.
HSL color Cylindrical-coordinate representation of color #B48DE4: hue angle of 266.9º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48DE4 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 141 | 228 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.11 |
| HSL | 266.9º | 0.62% | 0.72% | - |
| HSV(B) | 266.9º | 0.38% | 0.89% | - |
| XYZ | 42.35 | 34.35 | 77.8 | - |
| YUV | 162.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 228 | 0.21 | 0.38 | 0 | 0.11 | 266.9 | 0.62 | 0.72 |
| Hex | B4 | 8D | E4 | 15 | 26 | 0 | B | 10B | 3E | 48 |
| Octal | 264 | 215 | 344 | 25 | 46 | 0 | 13 | 413 | 76 | 110 |
| Binary | 10110100 | 10001101 | 11100100 | 10101 | 100110 | 0 | 1011 | 100001011 | 111110 | 1001000 |
Color Harmonies of #B48DE4
Complementary color
Monochromatic Colors of #B48DE4
Black with #B48DE4
Text Example
Text Example
White with #B48DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DE4; }
p { color: rgb(180,141,228); }
H1.HeaderClassName
{
color: #B48DE4;
}
.AnyTagClassName
{
color: #B48DE4;
}
</style>
background-color css
<style>
a { background-color: #B48DE4; }
a { background-color: rgb(180,141,228); }
div.DivClassName
{
background-color: #B48DE4;
}
.BgClassName
{
background-color: #B48DE4;
}
</style>
border-color css
<style>
span { border-color: #B48DE4; }
span { border-color: rgb(180,141,228); }
td.TdClassName
{
border-color: #B48DE4;
}
.TagClassName
{
border-color: #B48DE4;
}
</style>