Shades of Biloba Flower #B48CE8
Tints of Biloba Flower #B48CE8
RGB
CMYK
RGB Variations
Color information
#B48CE8 (or 0xB48CE8) is known color: Biloba Flower. HEX triplet: B4, 8C and E8. RGB value is (180,140,232). Sum of RGB (Red+Green+Blue) = 180+140+232=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #B48CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CE8 is #4B7317. Grayscale: #A2A2A2. Windows color (decimal): -4944664 or 15240372. OLE color: 15240372.
HSL color Cylindrical-coordinate representation of color #B48CE8: hue angle of 266.09º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48CE8 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 140 | 232 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.09 |
| HSL | 266.09º | 0.67% | 0.73% | - |
| HSV(B) | 266.09º | 0.4% | 0.91% | - |
| XYZ | 42.77 | 34.29 | 80.71 | - |
| YUV | 162.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 232 | 0.22 | 0.40 | 0 | 0.09 | 266.09 | 0.67 | 0.73 |
| Hex | B4 | 8C | E8 | 16 | 28 | 0 | 9 | 10A | 43 | 49 |
| Octal | 264 | 214 | 350 | 26 | 50 | 0 | 11 | 412 | 103 | 111 |
| Binary | 10110100 | 10001100 | 11101000 | 10110 | 101000 | 0 | 1001 | 100001010 | 1000011 | 1001001 |
Color Harmonies of #B48CE8
Complementary color
Monochromatic Colors of #B48CE8
Black with #B48CE8
Text Example
Text Example
White with #B48CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48CE8; }
p { color: rgb(180,140,232); }
H1.HeaderClassName
{
color: #B48CE8;
}
.AnyTagClassName
{
color: #B48CE8;
}
</style>
background-color css
<style>
a { background-color: #B48CE8; }
a { background-color: rgb(180,140,232); }
div.DivClassName
{
background-color: #B48CE8;
}
.BgClassName
{
background-color: #B48CE8;
}
</style>
border-color css
<style>
span { border-color: #B48CE8; }
span { border-color: rgb(180,140,232); }
td.TdClassName
{
border-color: #B48CE8;
}
.TagClassName
{
border-color: #B48CE8;
}
</style>