Shades of Biloba Flower #B3A5DE
Tints of Biloba Flower #B3A5DE
RGB
CMYK
RGB Variations
Color information
#B3A5DE (or 0xB3A5DE) is known color: Biloba Flower. HEX triplet: B3, A5 and DE. RGB value is (179,165,222). Sum of RGB (Red+Green+Blue) = 179+165+222=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3A5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5DE is #4C5A21. Grayscale: #AFAFAF. Windows color (decimal): -5003810 or 14591411. OLE color: 14591411.
HSL color Cylindrical-coordinate representation of color #B3A5DE: hue angle of 254.74º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3A5DE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 165 | 222 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.13 |
| HSL | 254.74º | 0.46% | 0.76% | - |
| HSV(B) | 254.74º | 0.26% | 0.87% | - |
| XYZ | 45.23 | 41.77 | 74.79 | - |
| YUV | 175.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 222 | 0.19 | 0.26 | 0 | 0.13 | 254.74 | 0.46 | 0.76 |
| Hex | B3 | A5 | DE | 13 | 1A | 0 | D | FF | 2E | 4C |
| Octal | 263 | 245 | 336 | 23 | 32 | 0 | 15 | 377 | 56 | 114 |
| Binary | 10110011 | 10100101 | 11011110 | 10011 | 11010 | 0 | 1101 | 11111111 | 101110 | 1001100 |
Color Harmonies of #B3A5DE
Complementary color
Monochromatic Colors of #B3A5DE
Black with #B3A5DE
Text Example
Text Example
White with #B3A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A5DE; }
p { color: rgb(179,165,222); }
H1.HeaderClassName
{
color: #B3A5DE;
}
.AnyTagClassName
{
color: #B3A5DE;
}
</style>
background-color css
<style>
a { background-color: #B3A5DE; }
a { background-color: rgb(179,165,222); }
div.DivClassName
{
background-color: #B3A5DE;
}
.BgClassName
{
background-color: #B3A5DE;
}
</style>
border-color css
<style>
span { border-color: #B3A5DE; }
span { border-color: rgb(179,165,222); }
td.TdClassName
{
border-color: #B3A5DE;
}
.TagClassName
{
border-color: #B3A5DE;
}
</style>