Shades of Fuchsia #B42DAB
Tints of Fuchsia #B42DAB
RGB
CMYK
RGB Variations
Color information
#B42DAB (or 0xB42DAB) is known color: Fuchsia. HEX triplet: B4, 2D and AB. RGB value is (180,45,171). Sum of RGB (Red+Green+Blue) = 180+45+171=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DAB is #4BD254. Grayscale: #636363. Windows color (decimal): -4969045 or 11218356. OLE color: 11218356.
HSL color Cylindrical-coordinate representation of color #B42DAB: hue angle of 304º 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 #B42DAB is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 171 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.29 |
| HSL | 304º | 0.6% | 0.44% | - |
| HSV(B) | 304º | 0.75% | 0.71% | - |
| XYZ | 27.11 | 14.52 | 39.9 | - |
| YUV | 99.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 171 | 0 | 0.75 | 0.05 | 0.29 | 304 | 0.6 | 0.44 |
| Hex | B4 | 2D | AB | 0 | 4B | 5 | 1D | 130 | 3C | 2C |
| Octal | 264 | 55 | 253 | 0 | 113 | 5 | 35 | 460 | 74 | 54 |
| Binary | 10110100 | 101101 | 10101011 | 0 | 1001011 | 101 | 11101 | 100110000 | 111100 | 101100 |
Color Harmonies of #B42DAB
Complementary color
Monochromatic Colors of #B42DAB
Black with #B42DAB
Text Example
Text Example
White with #B42DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DAB; }
p { color: rgb(180,45,171); }
H1.HeaderClassName
{
color: #B42DAB;
}
.AnyTagClassName
{
color: #B42DAB;
}
</style>
background-color css
<style>
a { background-color: #B42DAB; }
a { background-color: rgb(180,45,171); }
div.DivClassName
{
background-color: #B42DAB;
}
.BgClassName
{
background-color: #B42DAB;
}
</style>
border-color css
<style>
span { border-color: #B42DAB; }
span { border-color: rgb(180,45,171); }
td.TdClassName
{
border-color: #B42DAB;
}
.TagClassName
{
border-color: #B42DAB;
}
</style>