Shades of Biloba Flower #B3A1DF
Tints of Biloba Flower #B3A1DF
RGB
CMYK
RGB Variations
Color information
#B3A1DF (or 0xB3A1DF) is known color: Biloba Flower. HEX triplet: B3, A1 and DF. RGB value is (179,161,223). Sum of RGB (Red+Green+Blue) = 179+161+223=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1DF is #4C5E20. Grayscale: #ADADAD. Windows color (decimal): -5004833 or 14655923. OLE color: 14655923.
HSL color Cylindrical-coordinate representation of color #B3A1DF: hue angle of 257.42º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A1DF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 161 | 223 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.13 |
| HSL | 257.42º | 0.49% | 0.75% | - |
| HSV(B) | 257.42º | 0.28% | 0.87% | - |
| XYZ | 44.65 | 40.4 | 75.26 | - |
| YUV | 173.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 223 | 0.20 | 0.28 | 0 | 0.13 | 257.42 | 0.49 | 0.75 |
| Hex | B3 | A1 | DF | 14 | 1C | 0 | D | 101 | 31 | 4B |
| Octal | 263 | 241 | 337 | 24 | 34 | 0 | 15 | 401 | 61 | 113 |
| Binary | 10110011 | 10100001 | 11011111 | 10100 | 11100 | 0 | 1101 | 100000001 | 110001 | 1001011 |
Color Harmonies of #B3A1DF
Complementary color
Monochromatic Colors of #B3A1DF
Black with #B3A1DF
Text Example
Text Example
White with #B3A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A1DF; }
p { color: rgb(179,161,223); }
H1.HeaderClassName
{
color: #B3A1DF;
}
.AnyTagClassName
{
color: #B3A1DF;
}
</style>
background-color css
<style>
a { background-color: #B3A1DF; }
a { background-color: rgb(179,161,223); }
div.DivClassName
{
background-color: #B3A1DF;
}
.BgClassName
{
background-color: #B3A1DF;
}
</style>
border-color css
<style>
span { border-color: #B3A1DF; }
span { border-color: rgb(179,161,223); }
td.TdClassName
{
border-color: #B3A1DF;
}
.TagClassName
{
border-color: #B3A1DF;
}
</style>