Shades of Fuchsia #B42BB1
Tints of Fuchsia #B42BB1
RGB
CMYK
RGB Variations
Color information
#B42BB1 (or 0xB42BB1) is known color: Fuchsia. HEX triplet: B4, 2B and B1. RGB value is (180,43,177). Sum of RGB (Red+Green+Blue) = 180+43+177=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BB1 is #4BD44E. Grayscale: #626262. Windows color (decimal): -4969551 or 11611060. OLE color: 11611060.
HSL color Cylindrical-coordinate representation of color #B42BB1: hue angle of 301.31º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42BB1 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 177 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.29 |
| HSL | 301.31º | 0.61% | 0.44% | - |
| HSV(B) | 301.31º | 0.76% | 0.71% | - |
| XYZ | 27.62 | 14.61 | 42.96 | - |
| YUV | 99.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 177 | 0 | 0.76 | 0.02 | 0.29 | 301.31 | 0.61 | 0.44 |
| Hex | B4 | 2B | B1 | 0 | 4C | 2 | 1D | 12D | 3D | 2C |
| Octal | 264 | 53 | 261 | 0 | 114 | 2 | 35 | 455 | 75 | 54 |
| Binary | 10110100 | 101011 | 10110001 | 0 | 1001100 | 10 | 11101 | 100101101 | 111101 | 101100 |
Color Harmonies of #B42BB1
Complementary color
Monochromatic Colors of #B42BB1
Black with #B42BB1
Text Example
Text Example
White with #B42BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BB1; }
p { color: rgb(180,43,177); }
H1.HeaderClassName
{
color: #B42BB1;
}
.AnyTagClassName
{
color: #B42BB1;
}
</style>
background-color css
<style>
a { background-color: #B42BB1; }
a { background-color: rgb(180,43,177); }
div.DivClassName
{
background-color: #B42BB1;
}
.BgClassName
{
background-color: #B42BB1;
}
</style>
border-color css
<style>
span { border-color: #B42BB1; }
span { border-color: rgb(180,43,177); }
td.TdClassName
{
border-color: #B42BB1;
}
.TagClassName
{
border-color: #B42BB1;
}
</style>