Shades of Biloba Flower #B480F3
Tints of Biloba Flower #B480F3
RGB
CMYK
RGB Variations
Color information
#B480F3 (or 0xB480F3) is known color: Biloba Flower. HEX triplet: B4, 80 and F3. RGB value is (180,128,243). Sum of RGB (Red+Green+Blue) = 180+128+243=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #B480F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B480F3 is #4B7F0C. Grayscale: #9C9C9C. Windows color (decimal): -4947725 or 15958196. OLE color: 15958196.
HSL color Cylindrical-coordinate representation of color #B480F3: hue angle of 267.13º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B480F3 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 128 | 243 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.05 |
| HSL | 267.13º | 0.83% | 0.73% | - |
| HSV(B) | 267.13º | 0.47% | 0.95% | - |
| XYZ | 42.72 | 31.61 | 88.64 | - |
| YUV | 156.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 243 | 0.26 | 0.47 | 0 | 0.05 | 267.13 | 0.83 | 0.73 |
| Hex | B4 | 80 | F3 | 1A | 2F | 0 | 5 | 10B | 53 | 49 |
| Octal | 264 | 200 | 363 | 32 | 57 | 0 | 5 | 413 | 123 | 111 |
| Binary | 10110100 | 10000000 | 11110011 | 11010 | 101111 | 0 | 101 | 100001011 | 1010011 | 1001001 |
Color Harmonies of #B480F3
Complementary color
Monochromatic Colors of #B480F3
Black with #B480F3
Text Example
Text Example
White with #B480F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B480F3; }
p { color: rgb(180,128,243); }
H1.HeaderClassName
{
color: #B480F3;
}
.AnyTagClassName
{
color: #B480F3;
}
</style>
background-color css
<style>
a { background-color: #B480F3; }
a { background-color: rgb(180,128,243); }
div.DivClassName
{
background-color: #B480F3;
}
.BgClassName
{
background-color: #B480F3;
}
</style>
border-color css
<style>
span { border-color: #B480F3; }
span { border-color: rgb(180,128,243); }
td.TdClassName
{
border-color: #B480F3;
}
.TagClassName
{
border-color: #B480F3;
}
</style>