Shades of Biloba Flower #B893DB
Tints of Biloba Flower #B893DB
RGB
CMYK
RGB Variations
Color information
#B893DB (or 0xB893DB) is known color: Biloba Flower. HEX triplet: B8, 93 and DB. RGB value is (184,147,219). Sum of RGB (Red+Green+Blue) = 184+147+219=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B893DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893DB is #476C24. Grayscale: #A6A6A6. Windows color (decimal): -4680741 or 14390200. OLE color: 14390200.
HSL color Cylindrical-coordinate representation of color #B893DB: hue angle of 270.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B893DB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 147 | 219 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.14 |
| HSL | 270.83º | 0.5% | 0.72% | - |
| HSV(B) | 270.83º | 0.33% | 0.86% | - |
| XYZ | 42.99 | 36.17 | 71.73 | - |
| YUV | 166.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 219 | 0.16 | 0.33 | 0 | 0.14 | 270.83 | 0.5 | 0.72 |
| Hex | B8 | 93 | DB | 10 | 21 | 0 | E | 10F | 32 | 48 |
| Octal | 270 | 223 | 333 | 20 | 41 | 0 | 16 | 417 | 62 | 110 |
| Binary | 10111000 | 10010011 | 11011011 | 10000 | 100001 | 0 | 1110 | 100001111 | 110010 | 1001000 |
Color Harmonies of #B893DB
Complementary color
Monochromatic Colors of #B893DB
Black with #B893DB
Text Example
Text Example
White with #B893DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893DB; }
p { color: rgb(184,147,219); }
H1.HeaderClassName
{
color: #B893DB;
}
.AnyTagClassName
{
color: #B893DB;
}
</style>
background-color css
<style>
a { background-color: #B893DB; }
a { background-color: rgb(184,147,219); }
div.DivClassName
{
background-color: #B893DB;
}
.BgClassName
{
background-color: #B893DB;
}
</style>
border-color css
<style>
span { border-color: #B893DB; }
span { border-color: rgb(184,147,219); }
td.TdClassName
{
border-color: #B893DB;
}
.TagClassName
{
border-color: #B893DB;
}
</style>