Shades of Biloba Flower #B3A3DC
Tints of Biloba Flower #B3A3DC
RGB
CMYK
RGB Variations
Color information
#B3A3DC (or 0xB3A3DC) is known color: Biloba Flower. HEX triplet: B3, A3 and DC. RGB value is (179,163,220). Sum of RGB (Red+Green+Blue) = 179+163+220=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A3DC is #4C5C23. Grayscale: #AEAEAE. Windows color (decimal): -5004324 or 14459827. OLE color: 14459827.
HSL color Cylindrical-coordinate representation of color #B3A3DC: hue angle of 256.84º degrees, saturation: 0.45, 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 #B3A3DC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 163 | 220 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.14 |
| HSL | 256.84º | 0.45% | 0.75% | - |
| HSV(B) | 256.84º | 0.26% | 0.86% | - |
| XYZ | 44.61 | 40.95 | 73.26 | - |
| YUV | 174.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 220 | 0.19 | 0.26 | 0 | 0.14 | 256.84 | 0.45 | 0.75 |
| Hex | B3 | A3 | DC | 13 | 1A | 0 | E | 101 | 2D | 4B |
| Octal | 263 | 243 | 334 | 23 | 32 | 0 | 16 | 401 | 55 | 113 |
| Binary | 10110011 | 10100011 | 11011100 | 10011 | 11010 | 0 | 1110 | 100000001 | 101101 | 1001011 |
Color Harmonies of #B3A3DC
Complementary color
Monochromatic Colors of #B3A3DC
Black with #B3A3DC
Text Example
Text Example
White with #B3A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A3DC; }
p { color: rgb(179,163,220); }
H1.HeaderClassName
{
color: #B3A3DC;
}
.AnyTagClassName
{
color: #B3A3DC;
}
</style>
background-color css
<style>
a { background-color: #B3A3DC; }
a { background-color: rgb(179,163,220); }
div.DivClassName
{
background-color: #B3A3DC;
}
.BgClassName
{
background-color: #B3A3DC;
}
</style>
border-color css
<style>
span { border-color: #B3A3DC; }
span { border-color: rgb(179,163,220); }
td.TdClassName
{
border-color: #B3A3DC;
}
.TagClassName
{
border-color: #B3A3DC;
}
</style>