Shades of Biloba Flower #B4A0F2
Tints of Biloba Flower #B4A0F2
RGB
CMYK
RGB Variations
Color information
#B4A0F2 (or 0xB4A0F2) is known color: Biloba Flower. HEX triplet: B4, A0 and F2. RGB value is (180,160,242). Sum of RGB (Red+Green+Blue) = 180+160+242=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4A0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A0F2 is #4B5F0D. Grayscale: #AFAFAF. Windows color (decimal): -4939534 or 15900852. OLE color: 15900852.
HSL color Cylindrical-coordinate representation of color #B4A0F2: hue angle of 254.63º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A0F2 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 160 | 242 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.05 |
| HSL | 254.63º | 0.76% | 0.79% | - |
| HSV(B) | 254.63º | 0.34% | 0.95% | - |
| XYZ | 47.42 | 41.26 | 89.47 | - |
| YUV | 175.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 242 | 0.26 | 0.34 | 0 | 0.05 | 254.63 | 0.76 | 0.79 |
| Hex | B4 | A0 | F2 | 1A | 22 | 0 | 5 | FF | 4C | 4F |
| Octal | 264 | 240 | 362 | 32 | 42 | 0 | 5 | 377 | 114 | 117 |
| Binary | 10110100 | 10100000 | 11110010 | 11010 | 100010 | 0 | 101 | 11111111 | 1001100 | 1001111 |
Color Harmonies of #B4A0F2
Complementary color
Monochromatic Colors of #B4A0F2
Black with #B4A0F2
Text Example
Text Example
White with #B4A0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A0F2; }
p { color: rgb(180,160,242); }
H1.HeaderClassName
{
color: #B4A0F2;
}
.AnyTagClassName
{
color: #B4A0F2;
}
</style>
background-color css
<style>
a { background-color: #B4A0F2; }
a { background-color: rgb(180,160,242); }
div.DivClassName
{
background-color: #B4A0F2;
}
.BgClassName
{
background-color: #B4A0F2;
}
</style>
border-color css
<style>
span { border-color: #B4A0F2; }
span { border-color: rgb(180,160,242); }
td.TdClassName
{
border-color: #B4A0F2;
}
.TagClassName
{
border-color: #B4A0F2;
}
</style>