Shades of Biloba Flower #B4A3DB
Tints of Biloba Flower #B4A3DB
RGB
CMYK
RGB Variations
Color information
#B4A3DB (or 0xB4A3DB) is known color: Biloba Flower. HEX triplet: B4, A3 and DB. RGB value is (180,163,219). Sum of RGB (Red+Green+Blue) = 180+163+219=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3DB is #4B5C24. Grayscale: #AEAEAE. Windows color (decimal): -4938789 or 14394292. OLE color: 14394292.
HSL color Cylindrical-coordinate representation of color #B4A3DB: hue angle of 258.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4A3DB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 163 | 219 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.14 |
| HSL | 258.21º | 0.44% | 0.75% | - |
| HSV(B) | 258.21º | 0.26% | 0.86% | - |
| XYZ | 44.71 | 41.01 | 72.58 | - |
| YUV | 174.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 219 | 0.18 | 0.26 | 0 | 0.14 | 258.21 | 0.44 | 0.75 |
| Hex | B4 | A3 | DB | 12 | 1A | 0 | E | 102 | 2C | 4B |
| Octal | 264 | 243 | 333 | 22 | 32 | 0 | 16 | 402 | 54 | 113 |
| Binary | 10110100 | 10100011 | 11011011 | 10010 | 11010 | 0 | 1110 | 100000010 | 101100 | 1001011 |
Color Harmonies of #B4A3DB
Complementary color
Monochromatic Colors of #B4A3DB
Black with #B4A3DB
Text Example
Text Example
White with #B4A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3DB; }
p { color: rgb(180,163,219); }
H1.HeaderClassName
{
color: #B4A3DB;
}
.AnyTagClassName
{
color: #B4A3DB;
}
</style>
background-color css
<style>
a { background-color: #B4A3DB; }
a { background-color: rgb(180,163,219); }
div.DivClassName
{
background-color: #B4A3DB;
}
.BgClassName
{
background-color: #B4A3DB;
}
</style>
border-color css
<style>
span { border-color: #B4A3DB; }
span { border-color: rgb(180,163,219); }
td.TdClassName
{
border-color: #B4A3DB;
}
.TagClassName
{
border-color: #B4A3DB;
}
</style>