Shades of Fuchsia #B42CB2
Tints of Fuchsia #B42CB2
RGB
CMYK
RGB Variations
Color information
#B42CB2 (or 0xB42CB2) is known color: Fuchsia. HEX triplet: B4, 2C and B2. RGB value is (180,44,178). Sum of RGB (Red+Green+Blue) = 180+44+178=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B42CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42CB2 is #4BD34D. Grayscale: #636363. Windows color (decimal): -4969294 or 11676852. OLE color: 11676852.
HSL color Cylindrical-coordinate representation of color #B42CB2: hue angle of 300.88º 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 #B42CB2 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 178 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.29 |
| HSL | 300.88º | 0.61% | 0.44% | - |
| HSV(B) | 300.88º | 0.76% | 0.71% | - |
| XYZ | 27.76 | 14.72 | 43.5 | - |
| YUV | 99.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 178 | 0 | 0.76 | 0.01 | 0.29 | 300.88 | 0.61 | 0.44 |
| Hex | B4 | 2C | B2 | 0 | 4C | 1 | 1D | 12D | 3D | 2C |
| Octal | 264 | 54 | 262 | 0 | 114 | 1 | 35 | 455 | 75 | 54 |
| Binary | 10110100 | 101100 | 10110010 | 0 | 1001100 | 1 | 11101 | 100101101 | 111101 | 101100 |
Color Harmonies of #B42CB2
Complementary color
Monochromatic Colors of #B42CB2
Black with #B42CB2
Text Example
Text Example
White with #B42CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CB2; }
p { color: rgb(180,44,178); }
H1.HeaderClassName
{
color: #B42CB2;
}
.AnyTagClassName
{
color: #B42CB2;
}
</style>
background-color css
<style>
a { background-color: #B42CB2; }
a { background-color: rgb(180,44,178); }
div.DivClassName
{
background-color: #B42CB2;
}
.BgClassName
{
background-color: #B42CB2;
}
</style>
border-color css
<style>
span { border-color: #B42CB2; }
span { border-color: rgb(180,44,178); }
td.TdClassName
{
border-color: #B42CB2;
}
.TagClassName
{
border-color: #B42CB2;
}
</style>