Shades of Fuchsia #B42FB2
Tints of Fuchsia #B42FB2
RGB
CMYK
RGB Variations
Color information
#B42FB2 (or 0xB42FB2) is known color: Fuchsia. HEX triplet: B4, 2F and B2. RGB value is (180,47,178). Sum of RGB (Red+Green+Blue) = 180+47+178=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B42FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42FB2 is #4BD04D. Grayscale: #656565. Windows color (decimal): -4968526 or 11677620. OLE color: 11677620.
HSL color Cylindrical-coordinate representation of color #B42FB2: hue angle of 300.9º 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 #B42FB2 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 178 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.29 |
| HSL | 300.9º | 0.59% | 0.45% | - |
| HSV(B) | 300.9º | 0.74% | 0.71% | - |
| XYZ | 27.87 | 14.95 | 43.54 | - |
| YUV | 101.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 178 | 0 | 0.74 | 0.01 | 0.29 | 300.9 | 0.59 | 0.45 |
| Hex | B4 | 2F | B2 | 0 | 4A | 1 | 1D | 12D | 3B | 2D |
| Octal | 264 | 57 | 262 | 0 | 112 | 1 | 35 | 455 | 73 | 55 |
| Binary | 10110100 | 101111 | 10110010 | 0 | 1001010 | 1 | 11101 | 100101101 | 111011 | 101101 |
Color Harmonies of #B42FB2
Complementary color
Monochromatic Colors of #B42FB2
Black with #B42FB2
Text Example
Text Example
White with #B42FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FB2; }
p { color: rgb(180,47,178); }
H1.HeaderClassName
{
color: #B42FB2;
}
.AnyTagClassName
{
color: #B42FB2;
}
</style>
background-color css
<style>
a { background-color: #B42FB2; }
a { background-color: rgb(180,47,178); }
div.DivClassName
{
background-color: #B42FB2;
}
.BgClassName
{
background-color: #B42FB2;
}
</style>
border-color css
<style>
span { border-color: #B42FB2; }
span { border-color: rgb(180,47,178); }
td.TdClassName
{
border-color: #B42FB2;
}
.TagClassName
{
border-color: #B42FB2;
}
</style>