Shades of Fuchsia #B52DAC
Tints of Fuchsia #B52DAC
RGB
CMYK
RGB Variations
Color information
#B52DAC (or 0xB52DAC) is known color: Fuchsia. HEX triplet: B5, 2D and AC. RGB value is (181,45,172). Sum of RGB (Red+Green+Blue) = 181+45+172=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DAC is #4AD253. Grayscale: #636363. Windows color (decimal): -4903508 or 11283893. OLE color: 11283893.
HSL color Cylindrical-coordinate representation of color #B52DAC: hue angle of 303.97º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52DAC is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 172 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.29 |
| HSL | 303.97º | 0.6% | 0.44% | - |
| HSV(B) | 303.97º | 0.75% | 0.71% | - |
| XYZ | 27.44 | 14.68 | 40.42 | - |
| YUV | 100.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 172 | 0 | 0.75 | 0.05 | 0.29 | 303.97 | 0.6 | 0.44 |
| Hex | B5 | 2D | AC | 0 | 4B | 5 | 1D | 130 | 3C | 2C |
| Octal | 265 | 55 | 254 | 0 | 113 | 5 | 35 | 460 | 74 | 54 |
| Binary | 10110101 | 101101 | 10101100 | 0 | 1001011 | 101 | 11101 | 100110000 | 111100 | 101100 |
Color Harmonies of #B52DAC
Complementary color
Monochromatic Colors of #B52DAC
Black with #B52DAC
Text Example
Text Example
White with #B52DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DAC; }
p { color: rgb(181,45,172); }
H1.HeaderClassName
{
color: #B52DAC;
}
.AnyTagClassName
{
color: #B52DAC;
}
</style>
background-color css
<style>
a { background-color: #B52DAC; }
a { background-color: rgb(181,45,172); }
div.DivClassName
{
background-color: #B52DAC;
}
.BgClassName
{
background-color: #B52DAC;
}
</style>
border-color css
<style>
span { border-color: #B52DAC; }
span { border-color: rgb(181,45,172); }
td.TdClassName
{
border-color: #B52DAC;
}
.TagClassName
{
border-color: #B52DAC;
}
</style>