Shades of Biloba Flower #B4A4DA
Tints of Biloba Flower #B4A4DA
RGB
CMYK
RGB Variations
Color information
#B4A4DA (or 0xB4A4DA) is known color: Biloba Flower. HEX triplet: B4, A4 and DA. RGB value is (180,164,218). Sum of RGB (Red+Green+Blue) = 180+164+218=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4DA is #4B5B25. Grayscale: #AEAEAE. Windows color (decimal): -4938534 or 14329012. OLE color: 14329012.
HSL color Cylindrical-coordinate representation of color #B4A4DA: hue angle of 257.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A4DA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 164 | 218 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.15 |
| HSL | 257.78º | 0.42% | 0.75% | - |
| HSV(B) | 257.78º | 0.25% | 0.85% | - |
| XYZ | 44.75 | 41.32 | 71.95 | - |
| YUV | 174.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 218 | 0.17 | 0.25 | 0 | 0.15 | 257.78 | 0.42 | 0.75 |
| Hex | B4 | A4 | DA | 11 | 19 | 0 | F | 102 | 2A | 4B |
| Octal | 264 | 244 | 332 | 21 | 31 | 0 | 17 | 402 | 52 | 113 |
| Binary | 10110100 | 10100100 | 11011010 | 10001 | 11001 | 0 | 1111 | 100000010 | 101010 | 1001011 |
Color Harmonies of #B4A4DA
Complementary color
Monochromatic Colors of #B4A4DA
Black with #B4A4DA
Text Example
Text Example
White with #B4A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A4DA; }
p { color: rgb(180,164,218); }
H1.HeaderClassName
{
color: #B4A4DA;
}
.AnyTagClassName
{
color: #B4A4DA;
}
</style>
background-color css
<style>
a { background-color: #B4A4DA; }
a { background-color: rgb(180,164,218); }
div.DivClassName
{
background-color: #B4A4DA;
}
.BgClassName
{
background-color: #B4A4DA;
}
</style>
border-color css
<style>
span { border-color: #B4A4DA; }
span { border-color: rgb(180,164,218); }
td.TdClassName
{
border-color: #B4A4DA;
}
.TagClassName
{
border-color: #B4A4DA;
}
</style>