Shades of Fuchsia #B53BAC
Tints of Fuchsia #B53BAC
RGB
CMYK
RGB Variations
Color information
#B53BAC (or 0xB53BAC) is known color: Fuchsia. HEX triplet: B5, 3B and AC. RGB value is (181,59,172). Sum of RGB (Red+Green+Blue) = 181+59+172=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BAC is #4AC453. Grayscale: #6C6C6C. Windows color (decimal): -4899924 or 11287477. OLE color: 11287477.
HSL color Cylindrical-coordinate representation of color #B53BAC: hue angle of 304.43º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53BAC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 172 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.29 |
| HSL | 304.43º | 0.51% | 0.47% | - |
| HSV(B) | 304.43º | 0.67% | 0.71% | - |
| XYZ | 28.07 | 15.93 | 40.63 | - |
| YUV | 108.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 172 | 0 | 0.67 | 0.05 | 0.29 | 304.43 | 0.51 | 0.47 |
| Hex | B5 | 3B | AC | 0 | 43 | 5 | 1D | 130 | 33 | 2F |
| Octal | 265 | 73 | 254 | 0 | 103 | 5 | 35 | 460 | 63 | 57 |
| Binary | 10110101 | 111011 | 10101100 | 0 | 1000011 | 101 | 11101 | 100110000 | 110011 | 101111 |
Color Harmonies of #B53BAC
Complementary color
Monochromatic Colors of #B53BAC
Black with #B53BAC
Text Example
Text Example
White with #B53BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BAC; }
p { color: rgb(181,59,172); }
H1.HeaderClassName
{
color: #B53BAC;
}
.AnyTagClassName
{
color: #B53BAC;
}
</style>
background-color css
<style>
a { background-color: #B53BAC; }
a { background-color: rgb(181,59,172); }
div.DivClassName
{
background-color: #B53BAC;
}
.BgClassName
{
background-color: #B53BAC;
}
</style>
border-color css
<style>
span { border-color: #B53BAC; }
span { border-color: rgb(181,59,172); }
td.TdClassName
{
border-color: #B53BAC;
}
.TagClassName
{
border-color: #B53BAC;
}
</style>