Shades of Fuchsia #B54AB3
Tints of Fuchsia #B54AB3
RGB
CMYK
RGB Variations
Color information
#B54AB3 (or 0xB54AB3) is known color: Fuchsia. HEX triplet: B5, 4A and B3. RGB value is (181,74,179). Sum of RGB (Red+Green+Blue) = 181+74+179=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB3 is #4AB54C. Grayscale: #757575. Windows color (decimal): -4896077 or 11750069. OLE color: 11750069.
HSL color Cylindrical-coordinate representation of color #B54AB3: hue angle of 301.12º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54AB3 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 179 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.29 |
| HSL | 301.12º | 0.42% | 0.5% | - |
| HSV(B) | 301.12º | 0.59% | 0.71% | - |
| XYZ | 29.64 | 17.98 | 44.56 | - |
| YUV | 117.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 179 | 0 | 0.59 | 0.01 | 0.29 | 301.12 | 0.42 | 0.5 |
| Hex | B5 | 4A | B3 | 0 | 3B | 1 | 1D | 12D | 2A | 32 |
| Octal | 265 | 112 | 263 | 0 | 73 | 1 | 35 | 455 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10110011 | 0 | 111011 | 1 | 11101 | 100101101 | 101010 | 110010 |
Color Harmonies of #B54AB3
Complementary color
Monochromatic Colors of #B54AB3
Black with #B54AB3
Text Example
Text Example
White with #B54AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AB3; }
p { color: rgb(181,74,179); }
H1.HeaderClassName
{
color: #B54AB3;
}
.AnyTagClassName
{
color: #B54AB3;
}
</style>
background-color css
<style>
a { background-color: #B54AB3; }
a { background-color: rgb(181,74,179); }
div.DivClassName
{
background-color: #B54AB3;
}
.BgClassName
{
background-color: #B54AB3;
}
</style>
border-color css
<style>
span { border-color: #B54AB3; }
span { border-color: rgb(181,74,179); }
td.TdClassName
{
border-color: #B54AB3;
}
.TagClassName
{
border-color: #B54AB3;
}
</style>