Shades of Biloba Flower #B286DB
Tints of Biloba Flower #B286DB
RGB
CMYK
RGB Variations
Color information
#B286DB (or 0xB286DB) is known color: Biloba Flower. HEX triplet: B2, 86 and DB. RGB value is (178,134,219). Sum of RGB (Red+Green+Blue) = 178+134+219=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B286DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286DB is #4D7924. Grayscale: #9C9C9C. Windows color (decimal): -5077285 or 14386866. OLE color: 14386866.
HSL color Cylindrical-coordinate representation of color #B286DB: hue angle of 271.06º 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 #B286DB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 134 | 219 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.14 |
| HSL | 271.06º | 0.54% | 0.69% | - |
| HSV(B) | 271.06º | 0.39% | 0.86% | - |
| XYZ | 39.67 | 31.63 | 71.03 | - |
| YUV | 156.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 219 | 0.19 | 0.39 | 0 | 0.14 | 271.06 | 0.54 | 0.69 |
| Hex | B2 | 86 | DB | 13 | 27 | 0 | E | 10F | 36 | 45 |
| Octal | 262 | 206 | 333 | 23 | 47 | 0 | 16 | 417 | 66 | 105 |
| Binary | 10110010 | 10000110 | 11011011 | 10011 | 100111 | 0 | 1110 | 100001111 | 110110 | 1000101 |
Color Harmonies of #B286DB
Complementary color
Monochromatic Colors of #B286DB
Black with #B286DB
Text Example
Text Example
White with #B286DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B286DB; }
p { color: rgb(178,134,219); }
H1.HeaderClassName
{
color: #B286DB;
}
.AnyTagClassName
{
color: #B286DB;
}
</style>
background-color css
<style>
a { background-color: #B286DB; }
a { background-color: rgb(178,134,219); }
div.DivClassName
{
background-color: #B286DB;
}
.BgClassName
{
background-color: #B286DB;
}
</style>
border-color css
<style>
span { border-color: #B286DB; }
span { border-color: rgb(178,134,219); }
td.TdClassName
{
border-color: #B286DB;
}
.TagClassName
{
border-color: #B286DB;
}
</style>