Shades of Biloba Flower #B486DB
Tints of Biloba Flower #B486DB
RGB
CMYK
RGB Variations
Color information
#B486DB (or 0xB486DB) is known color: Biloba Flower. HEX triplet: B4, 86 and DB. RGB value is (180,134,219). Sum of RGB (Red+Green+Blue) = 180+134+219=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B486DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486DB is #4B7924. Grayscale: #9D9D9D. Windows color (decimal): -4946213 or 14386868. OLE color: 14386868.
HSL color Cylindrical-coordinate representation of color #B486DB: hue angle of 272.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B486DB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 134 | 219 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.14 |
| HSL | 272.47º | 0.54% | 0.69% | - |
| HSV(B) | 272.47º | 0.39% | 0.86% | - |
| XYZ | 40.13 | 31.87 | 71.05 | - |
| YUV | 157.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 219 | 0.18 | 0.39 | 0 | 0.14 | 272.47 | 0.54 | 0.69 |
| Hex | B4 | 86 | DB | 12 | 27 | 0 | E | 110 | 36 | 45 |
| Octal | 264 | 206 | 333 | 22 | 47 | 0 | 16 | 420 | 66 | 105 |
| Binary | 10110100 | 10000110 | 11011011 | 10010 | 100111 | 0 | 1110 | 100010000 | 110110 | 1000101 |
Color Harmonies of #B486DB
Complementary color
Monochromatic Colors of #B486DB
Black with #B486DB
Text Example
Text Example
White with #B486DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B486DB; }
p { color: rgb(180,134,219); }
H1.HeaderClassName
{
color: #B486DB;
}
.AnyTagClassName
{
color: #B486DB;
}
</style>
background-color css
<style>
a { background-color: #B486DB; }
a { background-color: rgb(180,134,219); }
div.DivClassName
{
background-color: #B486DB;
}
.BgClassName
{
background-color: #B486DB;
}
</style>
border-color css
<style>
span { border-color: #B486DB; }
span { border-color: rgb(180,134,219); }
td.TdClassName
{
border-color: #B486DB;
}
.TagClassName
{
border-color: #B486DB;
}
</style>