Shades of Fuchsia #B542C3
Tints of Fuchsia #B542C3
RGB
CMYK
RGB Variations
Color information
#B542C3 (or 0xB542C3) is known color: Fuchsia. HEX triplet: B5, 42 and C3. RGB value is (181,66,195). Sum of RGB (Red+Green+Blue) = 181+66+195=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #B542C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542C3 is #4ABD3C. Grayscale: #727272. Windows color (decimal): -4898109 or 12796597. OLE color: 12796597.
HSL color Cylindrical-coordinate representation of color #B542C3: hue angle of 293.49º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B542C3 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 66 | 195 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.24 |
| HSL | 293.49º | 0.52% | 0.51% | - |
| HSV(B) | 293.49º | 0.66% | 0.76% | - |
| XYZ | 30.85 | 17.66 | 53.41 | - |
| YUV | 115.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 195 | 0.07 | 0.66 | 0 | 0.24 | 293.49 | 0.52 | 0.51 |
| Hex | B5 | 42 | C3 | 7 | 42 | 0 | 18 | 125 | 34 | 33 |
| Octal | 265 | 102 | 303 | 7 | 102 | 0 | 30 | 445 | 64 | 63 |
| Binary | 10110101 | 1000010 | 11000011 | 111 | 1000010 | 0 | 11000 | 100100101 | 110100 | 110011 |
Color Harmonies of #B542C3
Complementary color
Monochromatic Colors of #B542C3
Black with #B542C3
Text Example
Text Example
White with #B542C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542C3; }
p { color: rgb(181,66,195); }
H1.HeaderClassName
{
color: #B542C3;
}
.AnyTagClassName
{
color: #B542C3;
}
</style>
background-color css
<style>
a { background-color: #B542C3; }
a { background-color: rgb(181,66,195); }
div.DivClassName
{
background-color: #B542C3;
}
.BgClassName
{
background-color: #B542C3;
}
</style>
border-color css
<style>
span { border-color: #B542C3; }
span { border-color: rgb(181,66,195); }
td.TdClassName
{
border-color: #B542C3;
}
.TagClassName
{
border-color: #B542C3;
}
</style>