Shades of Biloba Flower #B883DB
Tints of Biloba Flower #B883DB
RGB
CMYK
RGB Variations
Color information
#B883DB (or 0xB883DB) is known color: Biloba Flower. HEX triplet: B8, 83 and DB. RGB value is (184,131,219). Sum of RGB (Red+Green+Blue) = 184+131+219=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B883DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883DB is #477C24. Grayscale: #9C9C9C. Windows color (decimal): -4684837 or 14386104. OLE color: 14386104.
HSL color Cylindrical-coordinate representation of color #B883DB: hue angle of 276.14º 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 #B883DB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 131 | 219 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.14 |
| HSL | 276.14º | 0.55% | 0.69% | - |
| HSV(B) | 276.14º | 0.4% | 0.86% | - |
| XYZ | 40.67 | 31.54 | 70.96 | - |
| YUV | 156.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 219 | 0.16 | 0.40 | 0 | 0.14 | 276.14 | 0.55 | 0.69 |
| Hex | B8 | 83 | DB | 10 | 28 | 0 | E | 114 | 37 | 45 |
| Octal | 270 | 203 | 333 | 20 | 50 | 0 | 16 | 424 | 67 | 105 |
| Binary | 10111000 | 10000011 | 11011011 | 10000 | 101000 | 0 | 1110 | 100010100 | 110111 | 1000101 |
Color Harmonies of #B883DB
Complementary color
Monochromatic Colors of #B883DB
Black with #B883DB
Text Example
Text Example
White with #B883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883DB; }
p { color: rgb(184,131,219); }
H1.HeaderClassName
{
color: #B883DB;
}
.AnyTagClassName
{
color: #B883DB;
}
</style>
background-color css
<style>
a { background-color: #B883DB; }
a { background-color: rgb(184,131,219); }
div.DivClassName
{
background-color: #B883DB;
}
.BgClassName
{
background-color: #B883DB;
}
</style>
border-color css
<style>
span { border-color: #B883DB; }
span { border-color: rgb(184,131,219); }
td.TdClassName
{
border-color: #B883DB;
}
.TagClassName
{
border-color: #B883DB;
}
</style>