Shades of Biloba Flower #B488EA
Tints of Biloba Flower #B488EA
RGB
CMYK
RGB Variations
Color information
#B488EA (or 0xB488EA) is known color: Biloba Flower. HEX triplet: B4, 88 and EA. RGB value is (180,136,234). Sum of RGB (Red+Green+Blue) = 180+136+234=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #B488EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488EA is #4B7715. Grayscale: #9F9F9F. Windows color (decimal): -4945686 or 15370420. OLE color: 15370420.
HSL color Cylindrical-coordinate representation of color #B488EA: hue angle of 266.94º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B488EA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 136 | 234 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.08 |
| HSL | 266.94º | 0.7% | 0.73% | - |
| HSV(B) | 266.94º | 0.42% | 0.92% | - |
| XYZ | 42.48 | 33.25 | 82.02 | - |
| YUV | 160.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 234 | 0.23 | 0.42 | 0 | 0.08 | 266.94 | 0.7 | 0.73 |
| Hex | B4 | 88 | EA | 17 | 2A | 0 | 8 | 10B | 46 | 49 |
| Octal | 264 | 210 | 352 | 27 | 52 | 0 | 10 | 413 | 106 | 111 |
| Binary | 10110100 | 10001000 | 11101010 | 10111 | 101010 | 0 | 1000 | 100001011 | 1000110 | 1001001 |
Color Harmonies of #B488EA
Complementary color
Monochromatic Colors of #B488EA
Black with #B488EA
Text Example
Text Example
White with #B488EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488EA; }
p { color: rgb(180,136,234); }
H1.HeaderClassName
{
color: #B488EA;
}
.AnyTagClassName
{
color: #B488EA;
}
</style>
background-color css
<style>
a { background-color: #B488EA; }
a { background-color: rgb(180,136,234); }
div.DivClassName
{
background-color: #B488EA;
}
.BgClassName
{
background-color: #B488EA;
}
</style>
border-color css
<style>
span { border-color: #B488EA; }
span { border-color: rgb(180,136,234); }
td.TdClassName
{
border-color: #B488EA;
}
.TagClassName
{
border-color: #B488EA;
}
</style>