Shades of Biloba Flower #B4A3EA
Tints of Biloba Flower #B4A3EA
RGB
CMYK
RGB Variations
Color information
#B4A3EA (or 0xB4A3EA) is known color: Biloba Flower. HEX triplet: B4, A3 and EA. RGB value is (180,163,234). Sum of RGB (Red+Green+Blue) = 180+163+234=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A3EA is #4B5C15. Grayscale: #AFAFAF. Windows color (decimal): -4938774 or 15377332. OLE color: 15377332.
HSL color Cylindrical-coordinate representation of color #B4A3EA: hue angle of 254.37º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4A3EA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 163 | 234 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.08 |
| HSL | 254.37º | 0.63% | 0.78% | - |
| HSV(B) | 254.37º | 0.3% | 0.92% | - |
| XYZ | 46.77 | 41.84 | 83.45 | - |
| YUV | 176.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 234 | 0.23 | 0.30 | 0 | 0.08 | 254.37 | 0.63 | 0.78 |
| Hex | B4 | A3 | EA | 17 | 1E | 0 | 8 | FE | 3F | 4E |
| Octal | 264 | 243 | 352 | 27 | 36 | 0 | 10 | 376 | 77 | 116 |
| Binary | 10110100 | 10100011 | 11101010 | 10111 | 11110 | 0 | 1000 | 11111110 | 111111 | 1001110 |
Color Harmonies of #B4A3EA
Complementary color
Monochromatic Colors of #B4A3EA
Black with #B4A3EA
Text Example
Text Example
White with #B4A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3EA; }
p { color: rgb(180,163,234); }
H1.HeaderClassName
{
color: #B4A3EA;
}
.AnyTagClassName
{
color: #B4A3EA;
}
</style>
background-color css
<style>
a { background-color: #B4A3EA; }
a { background-color: rgb(180,163,234); }
div.DivClassName
{
background-color: #B4A3EA;
}
.BgClassName
{
background-color: #B4A3EA;
}
</style>
border-color css
<style>
span { border-color: #B4A3EA; }
span { border-color: rgb(180,163,234); }
td.TdClassName
{
border-color: #B4A3EA;
}
.TagClassName
{
border-color: #B4A3EA;
}
</style>