Shades of Biloba Flower #B480F6
Tints of Biloba Flower #B480F6
RGB
CMYK
RGB Variations
Color information
#B480F6 (or 0xB480F6) is known color: Biloba Flower. HEX triplet: B4, 80 and F6. RGB value is (180,128,246). Sum of RGB (Red+Green+Blue) = 180+128+246=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #B480F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B480F6 is #4B7F09. Grayscale: #9C9C9C. Windows color (decimal): -4947722 or 16154804. OLE color: 16154804.
HSL color Cylindrical-coordinate representation of color #B480F6: hue angle of 266.44º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B480F6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 128 | 246 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.04 |
| HSL | 266.44º | 0.87% | 0.73% | - |
| HSV(B) | 266.44º | 0.48% | 0.96% | - |
| XYZ | 43.18 | 31.8 | 91.05 | - |
| YUV | 157 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 246 | 0.27 | 0.48 | 0 | 0.04 | 266.44 | 0.87 | 0.73 |
| Hex | B4 | 80 | F6 | 1B | 30 | 0 | 4 | 10A | 57 | 49 |
| Octal | 264 | 200 | 366 | 33 | 60 | 0 | 4 | 412 | 127 | 111 |
| Binary | 10110100 | 10000000 | 11110110 | 11011 | 110000 | 0 | 100 | 100001010 | 1010111 | 1001001 |
Color Harmonies of #B480F6
Complementary color
Monochromatic Colors of #B480F6
Black with #B480F6
Text Example
Text Example
White with #B480F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B480F6; }
p { color: rgb(180,128,246); }
H1.HeaderClassName
{
color: #B480F6;
}
.AnyTagClassName
{
color: #B480F6;
}
</style>
background-color css
<style>
a { background-color: #B480F6; }
a { background-color: rgb(180,128,246); }
div.DivClassName
{
background-color: #B480F6;
}
.BgClassName
{
background-color: #B480F6;
}
</style>
border-color css
<style>
span { border-color: #B480F6; }
span { border-color: rgb(180,128,246); }
td.TdClassName
{
border-color: #B480F6;
}
.TagClassName
{
border-color: #B480F6;
}
</style>