Shades of Fuchsia #B42BAE
Tints of Fuchsia #B42BAE
RGB
CMYK
RGB Variations
Color information
#B42BAE (or 0xB42BAE) is known color: Fuchsia. HEX triplet: B4, 2B and AE. RGB value is (180,43,174). Sum of RGB (Red+Green+Blue) = 180+43+174=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BAE is #4BD451. Grayscale: #626262. Windows color (decimal): -4969554 or 11414452. OLE color: 11414452.
HSL color Cylindrical-coordinate representation of color #B42BAE: hue angle of 302.63º 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 #B42BAE is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 174 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.29 |
| HSL | 302.63º | 0.61% | 0.44% | - |
| HSV(B) | 302.63º | 0.76% | 0.71% | - |
| XYZ | 27.33 | 14.49 | 41.4 | - |
| YUV | 98.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 174 | 0 | 0.76 | 0.03 | 0.29 | 302.63 | 0.61 | 0.44 |
| Hex | B4 | 2B | AE | 0 | 4C | 3 | 1D | 12F | 3D | 2C |
| Octal | 264 | 53 | 256 | 0 | 114 | 3 | 35 | 457 | 75 | 54 |
| Binary | 10110100 | 101011 | 10101110 | 0 | 1001100 | 11 | 11101 | 100101111 | 111101 | 101100 |
Color Harmonies of #B42BAE
Complementary color
Monochromatic Colors of #B42BAE
Black with #B42BAE
Text Example
Text Example
White with #B42BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BAE; }
p { color: rgb(180,43,174); }
H1.HeaderClassName
{
color: #B42BAE;
}
.AnyTagClassName
{
color: #B42BAE;
}
</style>
background-color css
<style>
a { background-color: #B42BAE; }
a { background-color: rgb(180,43,174); }
div.DivClassName
{
background-color: #B42BAE;
}
.BgClassName
{
background-color: #B42BAE;
}
</style>
border-color css
<style>
span { border-color: #B42BAE; }
span { border-color: rgb(180,43,174); }
td.TdClassName
{
border-color: #B42BAE;
}
.TagClassName
{
border-color: #B42BAE;
}
</style>