Shades of Fuchsia #B542BA
Tints of Fuchsia #B542BA
RGB
CMYK
RGB Variations
Color information
#B542BA (or 0xB542BA) is known color: Fuchsia. HEX triplet: B5, 42 and BA. RGB value is (181,66,186). Sum of RGB (Red+Green+Blue) = 181+66+186=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B542BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BA is #4ABD45. Grayscale: #717171. Windows color (decimal): -4898118 or 12206773. OLE color: 12206773.
HSL color Cylindrical-coordinate representation of color #B542BA: hue angle of 297.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B542BA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 66 | 186 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.27 |
| HSL | 297.5º | 0.48% | 0.49% | - |
| HSV(B) | 297.5º | 0.65% | 0.73% | - |
| XYZ | 29.87 | 17.27 | 48.21 | - |
| YUV | 114.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 186 | 0.03 | 0.65 | 0 | 0.27 | 297.5 | 0.48 | 0.49 |
| Hex | B5 | 42 | BA | 3 | 41 | 0 | 1B | 12A | 30 | 31 |
| Octal | 265 | 102 | 272 | 3 | 101 | 0 | 33 | 452 | 60 | 61 |
| Binary | 10110101 | 1000010 | 10111010 | 11 | 1000001 | 0 | 11011 | 100101010 | 110000 | 110001 |
Color Harmonies of #B542BA
Complementary color
Monochromatic Colors of #B542BA
Black with #B542BA
Text Example
Text Example
White with #B542BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542BA; }
p { color: rgb(181,66,186); }
H1.HeaderClassName
{
color: #B542BA;
}
.AnyTagClassName
{
color: #B542BA;
}
</style>
background-color css
<style>
a { background-color: #B542BA; }
a { background-color: rgb(181,66,186); }
div.DivClassName
{
background-color: #B542BA;
}
.BgClassName
{
background-color: #B542BA;
}
</style>
border-color css
<style>
span { border-color: #B542BA; }
span { border-color: rgb(181,66,186); }
td.TdClassName
{
border-color: #B542BA;
}
.TagClassName
{
border-color: #B542BA;
}
</style>