Shades of Fuchsia #B42CB3
Tints of Fuchsia #B42CB3
RGB
CMYK
RGB Variations
Color information
#B42CB3 (or 0xB42CB3) is known color: Fuchsia. HEX triplet: B4, 2C and B3. RGB value is (180,44,179). Sum of RGB (Red+Green+Blue) = 180+44+179=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B42CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CB3 is #4BD34C. Grayscale: #636363. Windows color (decimal): -4969293 or 11742388. OLE color: 11742388.
HSL color Cylindrical-coordinate representation of color #B42CB3: hue angle of 300.44º 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 #B42CB3 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 179 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.29 |
| HSL | 300.44º | 0.61% | 0.44% | - |
| HSV(B) | 300.44º | 0.76% | 0.71% | - |
| XYZ | 27.86 | 14.76 | 44.03 | - |
| YUV | 100.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 179 | 0 | 0.76 | 0.01 | 0.29 | 300.44 | 0.61 | 0.44 |
| Hex | B4 | 2C | B3 | 0 | 4C | 1 | 1D | 12C | 3D | 2C |
| Octal | 264 | 54 | 263 | 0 | 114 | 1 | 35 | 454 | 75 | 54 |
| Binary | 10110100 | 101100 | 10110011 | 0 | 1001100 | 1 | 11101 | 100101100 | 111101 | 101100 |
Color Harmonies of #B42CB3
Complementary color
Monochromatic Colors of #B42CB3
Black with #B42CB3
Text Example
Text Example
White with #B42CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CB3; }
p { color: rgb(180,44,179); }
H1.HeaderClassName
{
color: #B42CB3;
}
.AnyTagClassName
{
color: #B42CB3;
}
</style>
background-color css
<style>
a { background-color: #B42CB3; }
a { background-color: rgb(180,44,179); }
div.DivClassName
{
background-color: #B42CB3;
}
.BgClassName
{
background-color: #B42CB3;
}
</style>
border-color css
<style>
span { border-color: #B42CB3; }
span { border-color: rgb(180,44,179); }
td.TdClassName
{
border-color: #B42CB3;
}
.TagClassName
{
border-color: #B42CB3;
}
</style>