Shades of Fuchsia #B54AC2
Tints of Fuchsia #B54AC2
RGB
CMYK
RGB Variations
Color information
#B54AC2 (or 0xB54AC2) is known color: Fuchsia. HEX triplet: B5, 4A and C2. RGB value is (181,74,194). Sum of RGB (Red+Green+Blue) = 181+74+194=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #B54AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AC2 is #4AB53D. Grayscale: #777777. Windows color (decimal): -4896062 or 12733109. OLE color: 12733109.
HSL color Cylindrical-coordinate representation of color #B54AC2: hue angle of 293.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54AC2 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 74 | 194 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.24 |
| HSL | 293.5º | 0.5% | 0.53% | - |
| HSV(B) | 293.5º | 0.62% | 0.76% | - |
| XYZ | 31.24 | 18.62 | 52.99 | - |
| YUV | 119.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 194 | 0.07 | 0.62 | 0 | 0.24 | 293.5 | 0.5 | 0.53 |
| Hex | B5 | 4A | C2 | 7 | 3E | 0 | 18 | 126 | 32 | 35 |
| Octal | 265 | 112 | 302 | 7 | 76 | 0 | 30 | 446 | 62 | 65 |
| Binary | 10110101 | 1001010 | 11000010 | 111 | 111110 | 0 | 11000 | 100100110 | 110010 | 110101 |
Color Harmonies of #B54AC2
Complementary color
Monochromatic Colors of #B54AC2
Black with #B54AC2
Text Example
Text Example
White with #B54AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AC2; }
p { color: rgb(181,74,194); }
H1.HeaderClassName
{
color: #B54AC2;
}
.AnyTagClassName
{
color: #B54AC2;
}
</style>
background-color css
<style>
a { background-color: #B54AC2; }
a { background-color: rgb(181,74,194); }
div.DivClassName
{
background-color: #B54AC2;
}
.BgClassName
{
background-color: #B54AC2;
}
</style>
border-color css
<style>
span { border-color: #B54AC2; }
span { border-color: rgb(181,74,194); }
td.TdClassName
{
border-color: #B54AC2;
}
.TagClassName
{
border-color: #B54AC2;
}
</style>