Shades of Biloba Flower #B4A3E3
Tints of Biloba Flower #B4A3E3
RGB
CMYK
RGB Variations
Color information
#B4A3E3 (or 0xB4A3E3) is known color: Biloba Flower. HEX triplet: B4, A3 and E3. RGB value is (180,163,227). Sum of RGB (Red+Green+Blue) = 180+163+227=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #B4A3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3E3 is #4B5C1C. Grayscale: #AFAFAF. Windows color (decimal): -4938781 or 14918580. OLE color: 14918580.
HSL color Cylindrical-coordinate representation of color #B4A3E3: hue angle of 255.94º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4A3E3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 163 | 227 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.11 |
| HSL | 255.94º | 0.53% | 0.76% | - |
| HSV(B) | 255.94º | 0.28% | 0.89% | - |
| XYZ | 45.78 | 41.44 | 78.26 | - |
| YUV | 175.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 227 | 0.21 | 0.28 | 0 | 0.11 | 255.94 | 0.53 | 0.76 |
| Hex | B4 | A3 | E3 | 15 | 1C | 0 | B | 100 | 35 | 4C |
| Octal | 264 | 243 | 343 | 25 | 34 | 0 | 13 | 400 | 65 | 114 |
| Binary | 10110100 | 10100011 | 11100011 | 10101 | 11100 | 0 | 1011 | 100000000 | 110101 | 1001100 |
Color Harmonies of #B4A3E3
Complementary color
Monochromatic Colors of #B4A3E3
Black with #B4A3E3
Text Example
Text Example
White with #B4A3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3E3; }
p { color: rgb(180,163,227); }
H1.HeaderClassName
{
color: #B4A3E3;
}
.AnyTagClassName
{
color: #B4A3E3;
}
</style>
background-color css
<style>
a { background-color: #B4A3E3; }
a { background-color: rgb(180,163,227); }
div.DivClassName
{
background-color: #B4A3E3;
}
.BgClassName
{
background-color: #B4A3E3;
}
</style>
border-color css
<style>
span { border-color: #B4A3E3; }
span { border-color: rgb(180,163,227); }
td.TdClassName
{
border-color: #B4A3E3;
}
.TagClassName
{
border-color: #B4A3E3;
}
</style>