Shades of Biloba Flower #B2A0F5
Tints of Biloba Flower #B2A0F5
RGB
CMYK
RGB Variations
Color information
#B2A0F5 (or 0xB2A0F5) is known color: Biloba Flower. HEX triplet: B2, A0 and F5. RGB value is (178,160,245). Sum of RGB (Red+Green+Blue) = 178+160+245=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #B2A0F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A0F5 is #4D5F0A. Grayscale: #AEAEAE. Windows color (decimal): -5070603 or 16097458. OLE color: 16097458.
HSL color Cylindrical-coordinate representation of color #B2A0F5: hue angle of 252.71º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A0F5 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 160 | 245 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.04 |
| HSL | 252.71º | 0.81% | 0.79% | - |
| HSV(B) | 252.71º | 0.35% | 0.96% | - |
| XYZ | 47.41 | 41.2 | 91.84 | - |
| YUV | 175.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 245 | 0.27 | 0.35 | 0 | 0.04 | 252.71 | 0.81 | 0.79 |
| Hex | B2 | A0 | F5 | 1B | 23 | 0 | 4 | FD | 51 | 4F |
| Octal | 262 | 240 | 365 | 33 | 43 | 0 | 4 | 375 | 121 | 117 |
| Binary | 10110010 | 10100000 | 11110101 | 11011 | 100011 | 0 | 100 | 11111101 | 1010001 | 1001111 |
Color Harmonies of #B2A0F5
Complementary color
Monochromatic Colors of #B2A0F5
Black with #B2A0F5
Text Example
Text Example
White with #B2A0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A0F5; }
p { color: rgb(178,160,245); }
H1.HeaderClassName
{
color: #B2A0F5;
}
.AnyTagClassName
{
color: #B2A0F5;
}
</style>
background-color css
<style>
a { background-color: #B2A0F5; }
a { background-color: rgb(178,160,245); }
div.DivClassName
{
background-color: #B2A0F5;
}
.BgClassName
{
background-color: #B2A0F5;
}
</style>
border-color css
<style>
span { border-color: #B2A0F5; }
span { border-color: rgb(178,160,245); }
td.TdClassName
{
border-color: #B2A0F5;
}
.TagClassName
{
border-color: #B2A0F5;
}
</style>