Shades of Biloba Flower #B393DB
Tints of Biloba Flower #B393DB
RGB
CMYK
RGB Variations
Color information
#B393DB (or 0xB393DB) is known color: Biloba Flower. HEX triplet: B3, 93 and DB. RGB value is (179,147,219). Sum of RGB (Red+Green+Blue) = 179+147+219=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B393DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393DB is #4C6C24. Grayscale: #A4A4A4. Windows color (decimal): -5008421 or 14390195. OLE color: 14390195.
HSL color Cylindrical-coordinate representation of color #B393DB: hue angle of 266.67º 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 #B393DB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 147 | 219 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.14 |
| HSL | 266.67º | 0.5% | 0.72% | - |
| HSV(B) | 266.67º | 0.33% | 0.86% | - |
| XYZ | 41.81 | 35.57 | 71.68 | - |
| YUV | 164.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 219 | 0.18 | 0.33 | 0 | 0.14 | 266.67 | 0.5 | 0.72 |
| Hex | B3 | 93 | DB | 12 | 21 | 0 | E | 10B | 32 | 48 |
| Octal | 263 | 223 | 333 | 22 | 41 | 0 | 16 | 413 | 62 | 110 |
| Binary | 10110011 | 10010011 | 11011011 | 10010 | 100001 | 0 | 1110 | 100001011 | 110010 | 1001000 |
Color Harmonies of #B393DB
Complementary color
Monochromatic Colors of #B393DB
Black with #B393DB
Text Example
Text Example
White with #B393DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393DB; }
p { color: rgb(179,147,219); }
H1.HeaderClassName
{
color: #B393DB;
}
.AnyTagClassName
{
color: #B393DB;
}
</style>
background-color css
<style>
a { background-color: #B393DB; }
a { background-color: rgb(179,147,219); }
div.DivClassName
{
background-color: #B393DB;
}
.BgClassName
{
background-color: #B393DB;
}
</style>
border-color css
<style>
span { border-color: #B393DB; }
span { border-color: rgb(179,147,219); }
td.TdClassName
{
border-color: #B393DB;
}
.TagClassName
{
border-color: #B393DB;
}
</style>