Shades of Fuchsia #B42DB3
Tints of Fuchsia #B42DB3
RGB
CMYK
RGB Variations
Color information
#B42DB3 (or 0xB42DB3) is known color: Fuchsia. HEX triplet: B4, 2D and B3. RGB value is (180,45,179). Sum of RGB (Red+Green+Blue) = 180+45+179=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DB3 is #4BD24C. Grayscale: #646464. Windows color (decimal): -4969037 or 11742644. OLE color: 11742644.
HSL color Cylindrical-coordinate representation of color #B42DB3: hue angle of 300.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DB3 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 179 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.29 |
| HSL | 300.44º | 0.6% | 0.44% | - |
| HSV(B) | 300.44º | 0.75% | 0.71% | - |
| XYZ | 27.9 | 14.83 | 44.04 | - |
| YUV | 100.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 179 | 0 | 0.75 | 0.01 | 0.29 | 300.44 | 0.6 | 0.44 |
| Hex | B4 | 2D | B3 | 0 | 4B | 1 | 1D | 12C | 3C | 2C |
| Octal | 264 | 55 | 263 | 0 | 113 | 1 | 35 | 454 | 74 | 54 |
| Binary | 10110100 | 101101 | 10110011 | 0 | 1001011 | 1 | 11101 | 100101100 | 111100 | 101100 |
Color Harmonies of #B42DB3
Complementary color
Monochromatic Colors of #B42DB3
Black with #B42DB3
Text Example
Text Example
White with #B42DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DB3; }
p { color: rgb(180,45,179); }
H1.HeaderClassName
{
color: #B42DB3;
}
.AnyTagClassName
{
color: #B42DB3;
}
</style>
background-color css
<style>
a { background-color: #B42DB3; }
a { background-color: rgb(180,45,179); }
div.DivClassName
{
background-color: #B42DB3;
}
.BgClassName
{
background-color: #B42DB3;
}
</style>
border-color css
<style>
span { border-color: #B42DB3; }
span { border-color: rgb(180,45,179); }
td.TdClassName
{
border-color: #B42DB3;
}
.TagClassName
{
border-color: #B42DB3;
}
</style>