Shades of Fuchsia #B542BC
Tints of Fuchsia #B542BC
RGB
CMYK
RGB Variations
Color information
#B542BC (or 0xB542BC) is known color: Fuchsia. HEX triplet: B5, 42 and BC. RGB value is (181,66,188). Sum of RGB (Red+Green+Blue) = 181+66+188=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B542BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BC is #4ABD43. Grayscale: #717171. Windows color (decimal): -4898116 or 12337845. OLE color: 12337845.
HSL color Cylindrical-coordinate representation of color #B542BC: hue angle of 296.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B542BC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 66 | 188 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.26 |
| HSL | 296.56º | 0.48% | 0.5% | - |
| HSV(B) | 296.56º | 0.65% | 0.74% | - |
| XYZ | 30.08 | 17.35 | 49.34 | - |
| YUV | 114.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 188 | 0.04 | 0.65 | 0 | 0.26 | 296.56 | 0.48 | 0.5 |
| Hex | B5 | 42 | BC | 4 | 41 | 0 | 1A | 129 | 30 | 32 |
| Octal | 265 | 102 | 274 | 4 | 101 | 0 | 32 | 451 | 60 | 62 |
| Binary | 10110101 | 1000010 | 10111100 | 100 | 1000001 | 0 | 11010 | 100101001 | 110000 | 110010 |
Color Harmonies of #B542BC
Complementary color
Monochromatic Colors of #B542BC
Black with #B542BC
Text Example
Text Example
White with #B542BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542BC; }
p { color: rgb(181,66,188); }
H1.HeaderClassName
{
color: #B542BC;
}
.AnyTagClassName
{
color: #B542BC;
}
</style>
background-color css
<style>
a { background-color: #B542BC; }
a { background-color: rgb(181,66,188); }
div.DivClassName
{
background-color: #B542BC;
}
.BgClassName
{
background-color: #B542BC;
}
</style>
border-color css
<style>
span { border-color: #B542BC; }
span { border-color: rgb(181,66,188); }
td.TdClassName
{
border-color: #B542BC;
}
.TagClassName
{
border-color: #B542BC;
}
</style>