Shades of Fuchsia #B32DB6
Tints of Fuchsia #B32DB6
RGB
CMYK
RGB Variations
Color information
#B32DB6 (or 0xB32DB6) is known color: Fuchsia. HEX triplet: B3, 2D and B6. RGB value is (179,45,182). Sum of RGB (Red+Green+Blue) = 179+45+182=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #B32DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DB6 is #4CD249. Grayscale: #646464. Windows color (decimal): -5034570 or 11939251. OLE color: 11939251.
HSL color Cylindrical-coordinate representation of color #B32DB6: hue angle of 298.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32DB6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 45 | 182 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.29 |
| HSL | 298.69º | 0.6% | 0.45% | - |
| HSV(B) | 298.69º | 0.75% | 0.71% | - |
| XYZ | 27.97 | 14.84 | 45.65 | - |
| YUV | 100.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 182 | 0.02 | 0.75 | 0 | 0.29 | 298.69 | 0.6 | 0.45 |
| Hex | B3 | 2D | B6 | 2 | 4B | 0 | 1D | 12B | 3C | 2D |
| Octal | 263 | 55 | 266 | 2 | 113 | 0 | 35 | 453 | 74 | 55 |
| Binary | 10110011 | 101101 | 10110110 | 10 | 1001011 | 0 | 11101 | 100101011 | 111100 | 101101 |
Color Harmonies of #B32DB6
Complementary color
Monochromatic Colors of #B32DB6
Black with #B32DB6
Text Example
Text Example
White with #B32DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DB6; }
p { color: rgb(179,45,182); }
H1.HeaderClassName
{
color: #B32DB6;
}
.AnyTagClassName
{
color: #B32DB6;
}
</style>
background-color css
<style>
a { background-color: #B32DB6; }
a { background-color: rgb(179,45,182); }
div.DivClassName
{
background-color: #B32DB6;
}
.BgClassName
{
background-color: #B32DB6;
}
</style>
border-color css
<style>
span { border-color: #B32DB6; }
span { border-color: rgb(179,45,182); }
td.TdClassName
{
border-color: #B32DB6;
}
.TagClassName
{
border-color: #B32DB6;
}
</style>