Shades of Fuchsia #B42DAC
Tints of Fuchsia #B42DAC
RGB
CMYK
RGB Variations
Color information
#B42DAC (or 0xB42DAC) is known color: Fuchsia. HEX triplet: B4, 2D and AC. RGB value is (180,45,172). Sum of RGB (Red+Green+Blue) = 180+45+172=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DAC is #4BD253. Grayscale: #636363. Windows color (decimal): -4969044 or 11283892. OLE color: 11283892.
HSL color Cylindrical-coordinate representation of color #B42DAC: hue angle of 303.56º 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 #B42DAC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 172 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.29 |
| HSL | 303.56º | 0.6% | 0.44% | - |
| HSV(B) | 303.56º | 0.75% | 0.71% | - |
| XYZ | 27.21 | 14.56 | 40.41 | - |
| YUV | 99.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 172 | 0 | 0.75 | 0.04 | 0.29 | 303.56 | 0.6 | 0.44 |
| Hex | B4 | 2D | AC | 0 | 4B | 4 | 1D | 130 | 3C | 2C |
| Octal | 264 | 55 | 254 | 0 | 113 | 4 | 35 | 460 | 74 | 54 |
| Binary | 10110100 | 101101 | 10101100 | 0 | 1001011 | 100 | 11101 | 100110000 | 111100 | 101100 |
Color Harmonies of #B42DAC
Complementary color
Monochromatic Colors of #B42DAC
Black with #B42DAC
Text Example
Text Example
White with #B42DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DAC; }
p { color: rgb(180,45,172); }
H1.HeaderClassName
{
color: #B42DAC;
}
.AnyTagClassName
{
color: #B42DAC;
}
</style>
background-color css
<style>
a { background-color: #B42DAC; }
a { background-color: rgb(180,45,172); }
div.DivClassName
{
background-color: #B42DAC;
}
.BgClassName
{
background-color: #B42DAC;
}
</style>
border-color css
<style>
span { border-color: #B42DAC; }
span { border-color: rgb(180,45,172); }
td.TdClassName
{
border-color: #B42DAC;
}
.TagClassName
{
border-color: #B42DAC;
}
</style>