Shades of Fuchsia #B454B2
Tints of Fuchsia #B454B2
RGB
CMYK
RGB Variations
Color information
#B454B2 (or 0xB454B2) is known color: Fuchsia. HEX triplet: B4, 54 and B2. RGB value is (180,84,178). Sum of RGB (Red+Green+Blue) = 180+84+178=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B454B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B454B2 is #4BAB4D. Grayscale: #7B7B7B. Windows color (decimal): -4959054 or 11687092. OLE color: 11687092.
HSL color Cylindrical-coordinate representation of color #B454B2: hue angle of 301.25º 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 #B454B2 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 178 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.29 |
| HSL | 301.25º | 0.39% | 0.52% | - |
| HSV(B) | 301.25º | 0.53% | 0.71% | - |
| XYZ | 30.03 | 19.26 | 44.25 | - |
| YUV | 123.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 178 | 0 | 0.53 | 0.01 | 0.29 | 301.25 | 0.39 | 0.52 |
| Hex | B4 | 54 | B2 | 0 | 35 | 1 | 1D | 12D | 27 | 34 |
| Octal | 264 | 124 | 262 | 0 | 65 | 1 | 35 | 455 | 47 | 64 |
| Binary | 10110100 | 1010100 | 10110010 | 0 | 110101 | 1 | 11101 | 100101101 | 100111 | 110100 |
Color Harmonies of #B454B2
Complementary color
Monochromatic Colors of #B454B2
Black with #B454B2
Text Example
Text Example
White with #B454B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B454B2; }
p { color: rgb(180,84,178); }
H1.HeaderClassName
{
color: #B454B2;
}
.AnyTagClassName
{
color: #B454B2;
}
</style>
background-color css
<style>
a { background-color: #B454B2; }
a { background-color: rgb(180,84,178); }
div.DivClassName
{
background-color: #B454B2;
}
.BgClassName
{
background-color: #B454B2;
}
</style>
border-color css
<style>
span { border-color: #B454B2; }
span { border-color: rgb(180,84,178); }
td.TdClassName
{
border-color: #B454B2;
}
.TagClassName
{
border-color: #B454B2;
}
</style>