Shades of Fuchsia #B42DB0
Tints of Fuchsia #B42DB0
RGB
CMYK
RGB Variations
Color information
#B42DB0 (or 0xB42DB0) is known color: Fuchsia. HEX triplet: B4, 2D and B0. RGB value is (180,45,176). Sum of RGB (Red+Green+Blue) = 180+45+176=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DB0 is #4BD24F. Grayscale: #636363. Windows color (decimal): -4969040 or 11546036. OLE color: 11546036.
HSL color Cylindrical-coordinate representation of color #B42DB0: hue angle of 301.78º 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 #B42DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 176 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.29 |
| HSL | 301.78º | 0.6% | 0.44% | - |
| HSV(B) | 301.78º | 0.75% | 0.71% | - |
| XYZ | 27.6 | 14.71 | 42.46 | - |
| YUV | 100.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 176 | 0 | 0.75 | 0.02 | 0.29 | 301.78 | 0.6 | 0.44 |
| Hex | B4 | 2D | B0 | 0 | 4B | 2 | 1D | 12E | 3C | 2C |
| Octal | 264 | 55 | 260 | 0 | 113 | 2 | 35 | 456 | 74 | 54 |
| Binary | 10110100 | 101101 | 10110000 | 0 | 1001011 | 10 | 11101 | 100101110 | 111100 | 101100 |
Color Harmonies of #B42DB0
Complementary color
Monochromatic Colors of #B42DB0
Black with #B42DB0
Text Example
Text Example
White with #B42DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DB0; }
p { color: rgb(180,45,176); }
H1.HeaderClassName
{
color: #B42DB0;
}
.AnyTagClassName
{
color: #B42DB0;
}
</style>
background-color css
<style>
a { background-color: #B42DB0; }
a { background-color: rgb(180,45,176); }
div.DivClassName
{
background-color: #B42DB0;
}
.BgClassName
{
background-color: #B42DB0;
}
</style>
border-color css
<style>
span { border-color: #B42DB0; }
span { border-color: rgb(180,45,176); }
td.TdClassName
{
border-color: #B42DB0;
}
.TagClassName
{
border-color: #B42DB0;
}
</style>