Shades of Fuchsia #B42DAF
Tints of Fuchsia #B42DAF
RGB
CMYK
RGB Variations
Color information
#B42DAF (or 0xB42DAF) is known color: Fuchsia. HEX triplet: B4, 2D and AF. RGB value is (180,45,175). Sum of RGB (Red+Green+Blue) = 180+45+175=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DAF is #4BD250. Grayscale: #636363. Windows color (decimal): -4969041 or 11480500. OLE color: 11480500.
HSL color Cylindrical-coordinate representation of color #B42DAF: hue angle of 302.22º 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 #B42DAF is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 175 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.29 |
| HSL | 302.22º | 0.6% | 0.44% | - |
| HSV(B) | 302.22º | 0.75% | 0.71% | - |
| XYZ | 27.5 | 14.68 | 41.94 | - |
| YUV | 100.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 175 | 0 | 0.75 | 0.03 | 0.29 | 302.22 | 0.6 | 0.44 |
| Hex | B4 | 2D | AF | 0 | 4B | 3 | 1D | 12E | 3C | 2C |
| Octal | 264 | 55 | 257 | 0 | 113 | 3 | 35 | 456 | 74 | 54 |
| Binary | 10110100 | 101101 | 10101111 | 0 | 1001011 | 11 | 11101 | 100101110 | 111100 | 101100 |
Color Harmonies of #B42DAF
Complementary color
Monochromatic Colors of #B42DAF
Black with #B42DAF
Text Example
Text Example
White with #B42DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DAF; }
p { color: rgb(180,45,175); }
H1.HeaderClassName
{
color: #B42DAF;
}
.AnyTagClassName
{
color: #B42DAF;
}
</style>
background-color css
<style>
a { background-color: #B42DAF; }
a { background-color: rgb(180,45,175); }
div.DivClassName
{
background-color: #B42DAF;
}
.BgClassName
{
background-color: #B42DAF;
}
</style>
border-color css
<style>
span { border-color: #B42DAF; }
span { border-color: rgb(180,45,175); }
td.TdClassName
{
border-color: #B42DAF;
}
.TagClassName
{
border-color: #B42DAF;
}
</style>