Shades of Fuchsia #B543C1
Tints of Fuchsia #B543C1
RGB
CMYK
RGB Variations
Color information
#B543C1 (or 0xB543C1) is known color: Fuchsia. HEX triplet: B5, 43 and C1. RGB value is (181,67,193). Sum of RGB (Red+Green+Blue) = 181+67+193=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #B543C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543C1 is #4ABC3E. Grayscale: #737373. Windows color (decimal): -4897855 or 12665781. OLE color: 12665781.
HSL color Cylindrical-coordinate representation of color #B543C1: hue angle of 294.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B543C1 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 67 | 193 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.24 |
| HSL | 294.29º | 0.5% | 0.51% | - |
| HSV(B) | 294.29º | 0.65% | 0.76% | - |
| XYZ | 30.69 | 17.69 | 52.25 | - |
| YUV | 115.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 193 | 0.06 | 0.65 | 0 | 0.24 | 294.29 | 0.5 | 0.51 |
| Hex | B5 | 43 | C1 | 6 | 41 | 0 | 18 | 126 | 32 | 33 |
| Octal | 265 | 103 | 301 | 6 | 101 | 0 | 30 | 446 | 62 | 63 |
| Binary | 10110101 | 1000011 | 11000001 | 110 | 1000001 | 0 | 11000 | 100100110 | 110010 | 110011 |
Color Harmonies of #B543C1
Complementary color
Monochromatic Colors of #B543C1
Black with #B543C1
Text Example
Text Example
White with #B543C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543C1; }
p { color: rgb(181,67,193); }
H1.HeaderClassName
{
color: #B543C1;
}
.AnyTagClassName
{
color: #B543C1;
}
</style>
background-color css
<style>
a { background-color: #B543C1; }
a { background-color: rgb(181,67,193); }
div.DivClassName
{
background-color: #B543C1;
}
.BgClassName
{
background-color: #B543C1;
}
</style>
border-color css
<style>
span { border-color: #B543C1; }
span { border-color: rgb(181,67,193); }
td.TdClassName
{
border-color: #B543C1;
}
.TagClassName
{
border-color: #B543C1;
}
</style>