Shades of Fuchsia #B455BA
Tints of Fuchsia #B455BA
RGB
CMYK
RGB Variations
Color information
#B455BA (or 0xB455BA) is known color: Fuchsia. HEX triplet: B4, 55 and BA. RGB value is (180,85,186). Sum of RGB (Red+Green+Blue) = 180+85+186=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B455BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455BA is #4BAA45. Grayscale: #7C7C7C. Windows color (decimal): -4958790 or 12211636. OLE color: 12211636.
HSL color Cylindrical-coordinate representation of color #B455BA: hue angle of 296.44º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B455BA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 85 | 186 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.27 |
| HSL | 296.44º | 0.42% | 0.53% | - |
| HSV(B) | 296.44º | 0.54% | 0.73% | - |
| XYZ | 30.93 | 19.75 | 48.64 | - |
| YUV | 124.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 186 | 0.03 | 0.54 | 0 | 0.27 | 296.44 | 0.42 | 0.53 |
| Hex | B4 | 55 | BA | 3 | 36 | 0 | 1B | 128 | 2A | 35 |
| Octal | 264 | 125 | 272 | 3 | 66 | 0 | 33 | 450 | 52 | 65 |
| Binary | 10110100 | 1010101 | 10111010 | 11 | 110110 | 0 | 11011 | 100101000 | 101010 | 110101 |
Color Harmonies of #B455BA
Complementary color
Monochromatic Colors of #B455BA
Black with #B455BA
Text Example
Text Example
White with #B455BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B455BA; }
p { color: rgb(180,85,186); }
H1.HeaderClassName
{
color: #B455BA;
}
.AnyTagClassName
{
color: #B455BA;
}
</style>
background-color css
<style>
a { background-color: #B455BA; }
a { background-color: rgb(180,85,186); }
div.DivClassName
{
background-color: #B455BA;
}
.BgClassName
{
background-color: #B455BA;
}
</style>
border-color css
<style>
span { border-color: #B455BA; }
span { border-color: rgb(180,85,186); }
td.TdClassName
{
border-color: #B455BA;
}
.TagClassName
{
border-color: #B455BA;
}
</style>