Shades of Fuchsia #B32BB1
Tints of Fuchsia #B32BB1
RGB
CMYK
RGB Variations
Color information
#B32BB1 (or 0xB32BB1) is known color: Fuchsia. HEX triplet: B3, 2B and B1. RGB value is (179,43,177). Sum of RGB (Red+Green+Blue) = 179+43+177=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BB1 is #4CD44E. Grayscale: #626262. Windows color (decimal): -5035087 or 11611059. OLE color: 11611059.
HSL color Cylindrical-coordinate representation of color #B32BB1: hue angle of 300.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32BB1 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 177 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.30 |
| HSL | 300.88º | 0.61% | 0.44% | - |
| HSV(B) | 300.88º | 0.76% | 0.7% | - |
| XYZ | 27.39 | 14.49 | 42.95 | - |
| YUV | 98.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 177 | 0 | 0.76 | 0.01 | 0.30 | 300.88 | 0.61 | 0.44 |
| Hex | B3 | 2B | B1 | 0 | 4C | 1 | 1E | 12D | 3D | 2C |
| Octal | 263 | 53 | 261 | 0 | 114 | 1 | 36 | 455 | 75 | 54 |
| Binary | 10110011 | 101011 | 10110001 | 0 | 1001100 | 1 | 11110 | 100101101 | 111101 | 101100 |
Color Harmonies of #B32BB1
Complementary color
Monochromatic Colors of #B32BB1
Black with #B32BB1
Text Example
Text Example
White with #B32BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BB1; }
p { color: rgb(179,43,177); }
H1.HeaderClassName
{
color: #B32BB1;
}
.AnyTagClassName
{
color: #B32BB1;
}
</style>
background-color css
<style>
a { background-color: #B32BB1; }
a { background-color: rgb(179,43,177); }
div.DivClassName
{
background-color: #B32BB1;
}
.BgClassName
{
background-color: #B32BB1;
}
</style>
border-color css
<style>
span { border-color: #B32BB1; }
span { border-color: rgb(179,43,177); }
td.TdClassName
{
border-color: #B32BB1;
}
.TagClassName
{
border-color: #B32BB1;
}
</style>