Shades of Biloba Flower #B488EF
Tints of Biloba Flower #B488EF
RGB
CMYK
RGB Variations
Color information
#B488EF (or 0xB488EF) is known color: Biloba Flower. HEX triplet: B4, 88 and EF. RGB value is (180,136,239). Sum of RGB (Red+Green+Blue) = 180+136+239=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #B488EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488EF is #4B7710. Grayscale: #A0A0A0. Windows color (decimal): -4945681 or 15698100. OLE color: 15698100.
HSL color Cylindrical-coordinate representation of color #B488EF: hue angle of 265.63º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B488EF is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 136 | 239 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.06 |
| HSL | 265.63º | 0.76% | 0.74% | - |
| HSV(B) | 265.63º | 0.43% | 0.94% | - |
| XYZ | 43.21 | 33.54 | 85.86 | - |
| YUV | 160.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 239 | 0.25 | 0.43 | 0 | 0.06 | 265.63 | 0.76 | 0.74 |
| Hex | B4 | 88 | EF | 19 | 2B | 0 | 6 | 10A | 4C | 4A |
| Octal | 264 | 210 | 357 | 31 | 53 | 0 | 6 | 412 | 114 | 112 |
| Binary | 10110100 | 10001000 | 11101111 | 11001 | 101011 | 0 | 110 | 100001010 | 1001100 | 1001010 |
Color Harmonies of #B488EF
Complementary color
Monochromatic Colors of #B488EF
Black with #B488EF
Text Example
Text Example
White with #B488EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488EF; }
p { color: rgb(180,136,239); }
H1.HeaderClassName
{
color: #B488EF;
}
.AnyTagClassName
{
color: #B488EF;
}
</style>
background-color css
<style>
a { background-color: #B488EF; }
a { background-color: rgb(180,136,239); }
div.DivClassName
{
background-color: #B488EF;
}
.BgClassName
{
background-color: #B488EF;
}
</style>
border-color css
<style>
span { border-color: #B488EF; }
span { border-color: rgb(180,136,239); }
td.TdClassName
{
border-color: #B488EF;
}
.TagClassName
{
border-color: #B488EF;
}
</style>