Shades of Biloba Flower #B486E8
Tints of Biloba Flower #B486E8
RGB
CMYK
RGB Variations
Color information
#B486E8 (or 0xB486E8) is known color: Biloba Flower. HEX triplet: B4, 86 and E8. RGB value is (180,134,232). Sum of RGB (Red+Green+Blue) = 180+134+232=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #B486E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486E8 is #4B7917. Grayscale: #9E9E9E. Windows color (decimal): -4946200 or 15238836. OLE color: 15238836.
HSL color Cylindrical-coordinate representation of color #B486E8: hue angle of 268.16º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B486E8 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 134 | 232 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.09 |
| HSL | 268.16º | 0.68% | 0.72% | - |
| HSV(B) | 268.16º | 0.42% | 0.91% | - |
| XYZ | 41.91 | 32.58 | 80.42 | - |
| YUV | 158.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 232 | 0.22 | 0.42 | 0 | 0.09 | 268.16 | 0.68 | 0.72 |
| Hex | B4 | 86 | E8 | 16 | 2A | 0 | 9 | 10C | 44 | 48 |
| Octal | 264 | 206 | 350 | 26 | 52 | 0 | 11 | 414 | 104 | 110 |
| Binary | 10110100 | 10000110 | 11101000 | 10110 | 101010 | 0 | 1001 | 100001100 | 1000100 | 1001000 |
Color Harmonies of #B486E8
Complementary color
Monochromatic Colors of #B486E8
Black with #B486E8
Text Example
Text Example
White with #B486E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486E8; }
p { color: rgb(180,134,232); }
H1.HeaderClassName
{
color: #B486E8;
}
.AnyTagClassName
{
color: #B486E8;
}
</style>
background-color css
<style>
a { background-color: #B486E8; }
a { background-color: rgb(180,134,232); }
div.DivClassName
{
background-color: #B486E8;
}
.BgClassName
{
background-color: #B486E8;
}
</style>
border-color css
<style>
span { border-color: #B486E8; }
span { border-color: rgb(180,134,232); }
td.TdClassName
{
border-color: #B486E8;
}
.TagClassName
{
border-color: #B486E8;
}
</style>