Shades of Biloba Flower #B084DB
Tints of Biloba Flower #B084DB
RGB
CMYK
RGB Variations
Color information
#B084DB (or 0xB084DB) is known color: Biloba Flower. HEX triplet: B0, 84 and DB. RGB value is (176,132,219). Sum of RGB (Red+Green+Blue) = 176+132+219=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B084DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084DB is #4F7B24. Grayscale: #9A9A9A. Windows color (decimal): -5208869 or 14386352. OLE color: 14386352.
HSL color Cylindrical-coordinate representation of color #B084DB: hue angle of 270.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B084DB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 132 | 219 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.14 |
| HSL | 270.34º | 0.55% | 0.69% | - |
| HSV(B) | 270.34º | 0.4% | 0.86% | - |
| XYZ | 38.94 | 30.85 | 70.92 | - |
| YUV | 155.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 219 | 0.20 | 0.40 | 0 | 0.14 | 270.34 | 0.55 | 0.69 |
| Hex | B0 | 84 | DB | 14 | 28 | 0 | E | 10E | 37 | 45 |
| Octal | 260 | 204 | 333 | 24 | 50 | 0 | 16 | 416 | 67 | 105 |
| Binary | 10110000 | 10000100 | 11011011 | 10100 | 101000 | 0 | 1110 | 100001110 | 110111 | 1000101 |
Color Harmonies of #B084DB
Complementary color
Monochromatic Colors of #B084DB
Black with #B084DB
Text Example
Text Example
White with #B084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084DB; }
p { color: rgb(176,132,219); }
H1.HeaderClassName
{
color: #B084DB;
}
.AnyTagClassName
{
color: #B084DB;
}
</style>
background-color css
<style>
a { background-color: #B084DB; }
a { background-color: rgb(176,132,219); }
div.DivClassName
{
background-color: #B084DB;
}
.BgClassName
{
background-color: #B084DB;
}
</style>
border-color css
<style>
span { border-color: #B084DB; }
span { border-color: rgb(176,132,219); }
td.TdClassName
{
border-color: #B084DB;
}
.TagClassName
{
border-color: #B084DB;
}
</style>