Shades of Biloba Flower #B3A3DF
Tints of Biloba Flower #B3A3DF
RGB
CMYK
RGB Variations
Color information
#B3A3DF (or 0xB3A3DF) is known color: Biloba Flower. HEX triplet: B3, A3 and DF. RGB value is (179,163,223). Sum of RGB (Red+Green+Blue) = 179+163+223=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3A3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A3DF is #4C5C20. Grayscale: #AEAEAE. Windows color (decimal): -5004321 or 14656435. OLE color: 14656435.
HSL color Cylindrical-coordinate representation of color #B3A3DF: hue angle of 256º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3A3DF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 163 | 223 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.13 |
| HSL | 256º | 0.48% | 0.76% | - |
| HSV(B) | 256º | 0.27% | 0.87% | - |
| XYZ | 45.01 | 41.11 | 75.37 | - |
| YUV | 174.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 223 | 0.20 | 0.27 | 0 | 0.13 | 256 | 0.48 | 0.76 |
| Hex | B3 | A3 | DF | 14 | 1B | 0 | D | 100 | 30 | 4C |
| Octal | 263 | 243 | 337 | 24 | 33 | 0 | 15 | 400 | 60 | 114 |
| Binary | 10110011 | 10100011 | 11011111 | 10100 | 11011 | 0 | 1101 | 100000000 | 110000 | 1001100 |
Color Harmonies of #B3A3DF
Complementary color
Monochromatic Colors of #B3A3DF
Black with #B3A3DF
Text Example
Text Example
White with #B3A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A3DF; }
p { color: rgb(179,163,223); }
H1.HeaderClassName
{
color: #B3A3DF;
}
.AnyTagClassName
{
color: #B3A3DF;
}
</style>
background-color css
<style>
a { background-color: #B3A3DF; }
a { background-color: rgb(179,163,223); }
div.DivClassName
{
background-color: #B3A3DF;
}
.BgClassName
{
background-color: #B3A3DF;
}
</style>
border-color css
<style>
span { border-color: #B3A3DF; }
span { border-color: rgb(179,163,223); }
td.TdClassName
{
border-color: #B3A3DF;
}
.TagClassName
{
border-color: #B3A3DF;
}
</style>