Shades of Fuchsia #B454B0
Tints of Fuchsia #B454B0
RGB
CMYK
RGB Variations
Color information
#B454B0 (or 0xB454B0) is known color: Fuchsia. HEX triplet: B4, 54 and B0. RGB value is (180,84,176). Sum of RGB (Red+Green+Blue) = 180+84+176=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B454B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B454B0 is #4BAB4F. Grayscale: #7A7A7A. Windows color (decimal): -4959056 or 11556020. OLE color: 11556020.
HSL color Cylindrical-coordinate representation of color #B454B0: hue angle of 302.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B454B0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 176 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.29 |
| HSL | 302.5º | 0.39% | 0.52% | - |
| HSV(B) | 302.5º | 0.53% | 0.71% | - |
| XYZ | 29.83 | 19.18 | 43.2 | - |
| YUV | 123.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 176 | 0 | 0.53 | 0.02 | 0.29 | 302.5 | 0.39 | 0.52 |
| Hex | B4 | 54 | B0 | 0 | 35 | 2 | 1D | 12E | 27 | 34 |
| Octal | 264 | 124 | 260 | 0 | 65 | 2 | 35 | 456 | 47 | 64 |
| Binary | 10110100 | 1010100 | 10110000 | 0 | 110101 | 10 | 11101 | 100101110 | 100111 | 110100 |
Color Harmonies of #B454B0
Complementary color
Monochromatic Colors of #B454B0
Black with #B454B0
Text Example
Text Example
White with #B454B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B454B0; }
p { color: rgb(180,84,176); }
H1.HeaderClassName
{
color: #B454B0;
}
.AnyTagClassName
{
color: #B454B0;
}
</style>
background-color css
<style>
a { background-color: #B454B0; }
a { background-color: rgb(180,84,176); }
div.DivClassName
{
background-color: #B454B0;
}
.BgClassName
{
background-color: #B454B0;
}
</style>
border-color css
<style>
span { border-color: #B454B0; }
span { border-color: rgb(180,84,176); }
td.TdClassName
{
border-color: #B454B0;
}
.TagClassName
{
border-color: #B454B0;
}
</style>