Shades of Fuchsia #B42FB0
Tints of Fuchsia #B42FB0
RGB
CMYK
RGB Variations
Color information
#B42FB0 (or 0xB42FB0) is known color: Fuchsia. HEX triplet: B4, 2F and B0. RGB value is (180,47,176). Sum of RGB (Red+Green+Blue) = 180+47+176=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B42FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42FB0 is #4BD04F. Grayscale: #656565. Windows color (decimal): -4968528 or 11546548. OLE color: 11546548.
HSL color Cylindrical-coordinate representation of color #B42FB0: hue angle of 301.8º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42FB0 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 176 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.29 |
| HSL | 301.8º | 0.59% | 0.45% | - |
| HSV(B) | 301.8º | 0.74% | 0.71% | - |
| XYZ | 27.68 | 14.87 | 42.49 | - |
| YUV | 101.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 176 | 0 | 0.74 | 0.02 | 0.29 | 301.8 | 0.59 | 0.45 |
| Hex | B4 | 2F | B0 | 0 | 4A | 2 | 1D | 12E | 3B | 2D |
| Octal | 264 | 57 | 260 | 0 | 112 | 2 | 35 | 456 | 73 | 55 |
| Binary | 10110100 | 101111 | 10110000 | 0 | 1001010 | 10 | 11101 | 100101110 | 111011 | 101101 |
Color Harmonies of #B42FB0
Complementary color
Monochromatic Colors of #B42FB0
Black with #B42FB0
Text Example
Text Example
White with #B42FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FB0; }
p { color: rgb(180,47,176); }
H1.HeaderClassName
{
color: #B42FB0;
}
.AnyTagClassName
{
color: #B42FB0;
}
</style>
background-color css
<style>
a { background-color: #B42FB0; }
a { background-color: rgb(180,47,176); }
div.DivClassName
{
background-color: #B42FB0;
}
.BgClassName
{
background-color: #B42FB0;
}
</style>
border-color css
<style>
span { border-color: #B42FB0; }
span { border-color: rgb(180,47,176); }
td.TdClassName
{
border-color: #B42FB0;
}
.TagClassName
{
border-color: #B42FB0;
}
</style>