Shades of Biloba Flower #B3A5D5
Tints of Biloba Flower #B3A5D5
RGB
CMYK
RGB Variations
Color information
#B3A5D5 (or 0xB3A5D5) is known color: Biloba Flower. HEX triplet: B3, A5 and D5. RGB value is (179,165,213). Sum of RGB (Red+Green+Blue) = 179+165+213=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3A5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5D5 is #4C5A2A. Grayscale: #AEAEAE. Windows color (decimal): -5003819 or 14001587. OLE color: 14001587.
HSL color Cylindrical-coordinate representation of color #B3A5D5: hue angle of 257.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A5D5 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 165 | 213 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.16 |
| HSL | 257.5º | 0.36% | 0.74% | - |
| HSV(B) | 257.5º | 0.23% | 0.84% | - |
| XYZ | 44.06 | 41.3 | 68.6 | - |
| YUV | 174.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 213 | 0.16 | 0.23 | 0 | 0.16 | 257.5 | 0.36 | 0.74 |
| Hex | B3 | A5 | D5 | 10 | 17 | 0 | 10 | 102 | 24 | 4A |
| Octal | 263 | 245 | 325 | 20 | 27 | 0 | 20 | 402 | 44 | 112 |
| Binary | 10110011 | 10100101 | 11010101 | 10000 | 10111 | 0 | 10000 | 100000010 | 100100 | 1001010 |
Color Harmonies of #B3A5D5
Complementary color
Monochromatic Colors of #B3A5D5
Black with #B3A5D5
Text Example
Text Example
White with #B3A5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A5D5; }
p { color: rgb(179,165,213); }
H1.HeaderClassName
{
color: #B3A5D5;
}
.AnyTagClassName
{
color: #B3A5D5;
}
</style>
background-color css
<style>
a { background-color: #B3A5D5; }
a { background-color: rgb(179,165,213); }
div.DivClassName
{
background-color: #B3A5D5;
}
.BgClassName
{
background-color: #B3A5D5;
}
</style>
border-color css
<style>
span { border-color: #B3A5D5; }
span { border-color: rgb(179,165,213); }
td.TdClassName
{
border-color: #B3A5D5;
}
.TagClassName
{
border-color: #B3A5D5;
}
</style>