Shades of Fuchsia #B543BC
Tints of Fuchsia #B543BC
RGB
CMYK
RGB Variations
Color information
#B543BC (or 0xB543BC) is known color: Fuchsia. HEX triplet: B5, 43 and BC. RGB value is (181,67,188). Sum of RGB (Red+Green+Blue) = 181+67+188=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #B543BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543BC is #4ABC43. Grayscale: #727272. Windows color (decimal): -4897860 or 12338101. OLE color: 12338101.
HSL color Cylindrical-coordinate representation of color #B543BC: hue angle of 296.53º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B543BC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 67 | 188 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.26 |
| HSL | 296.53º | 0.47% | 0.5% | - |
| HSV(B) | 296.53º | 0.64% | 0.74% | - |
| XYZ | 30.14 | 17.47 | 49.36 | - |
| YUV | 114.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 188 | 0.04 | 0.64 | 0 | 0.26 | 296.53 | 0.47 | 0.5 |
| Hex | B5 | 43 | BC | 4 | 40 | 0 | 1A | 129 | 2F | 32 |
| Octal | 265 | 103 | 274 | 4 | 100 | 0 | 32 | 451 | 57 | 62 |
| Binary | 10110101 | 1000011 | 10111100 | 100 | 1000000 | 0 | 11010 | 100101001 | 101111 | 110010 |
Color Harmonies of #B543BC
Complementary color
Monochromatic Colors of #B543BC
Black with #B543BC
Text Example
Text Example
White with #B543BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543BC; }
p { color: rgb(181,67,188); }
H1.HeaderClassName
{
color: #B543BC;
}
.AnyTagClassName
{
color: #B543BC;
}
</style>
background-color css
<style>
a { background-color: #B543BC; }
a { background-color: rgb(181,67,188); }
div.DivClassName
{
background-color: #B543BC;
}
.BgClassName
{
background-color: #B543BC;
}
</style>
border-color css
<style>
span { border-color: #B543BC; }
span { border-color: rgb(181,67,188); }
td.TdClassName
{
border-color: #B543BC;
}
.TagClassName
{
border-color: #B543BC;
}
</style>