Shades of Fuchsia #B32BB3
Tints of Fuchsia #B32BB3
RGB
CMYK
RGB Variations
Color information
#B32BB3 (or 0xB32BB3) is known color: Fuchsia. HEX triplet: B3, 2B and B3. RGB value is (179,43,179). Sum of RGB (Red+Green+Blue) = 179+43+179=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B32BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BB3 is #4CD44C. Grayscale: #626262. Windows color (decimal): -5035085 or 11742131. OLE color: 11742131.
HSL color Cylindrical-coordinate representation of color #B32BB3: hue angle of 300º 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 #B32BB3 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 179 | - |
| CMYK | 0 | 0.76 | 0 | 0.30 |
| HSL | 300º | 0.61% | 0.44% | - |
| HSV(B) | 300º | 0.76% | 0.7% | - |
| XYZ | 27.59 | 14.57 | 44.01 | - |
| YUV | 99.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 179 | 0 | 0.76 | 0 | 0.30 | 300 | 0.61 | 0.44 |
| Hex | B3 | 2B | B3 | 0 | 4C | 0 | 1E | 12C | 3D | 2C |
| Octal | 263 | 53 | 263 | 0 | 114 | 0 | 36 | 454 | 75 | 54 |
| Binary | 10110011 | 101011 | 10110011 | 0 | 1001100 | 0 | 11110 | 100101100 | 111101 | 101100 |
Color Harmonies of #B32BB3
Complementary color
Monochromatic Colors of #B32BB3
Black with #B32BB3
Text Example
Text Example
White with #B32BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BB3; }
p { color: rgb(179,43,179); }
H1.HeaderClassName
{
color: #B32BB3;
}
.AnyTagClassName
{
color: #B32BB3;
}
</style>
background-color css
<style>
a { background-color: #B32BB3; }
a { background-color: rgb(179,43,179); }
div.DivClassName
{
background-color: #B32BB3;
}
.BgClassName
{
background-color: #B32BB3;
}
</style>
border-color css
<style>
span { border-color: #B32BB3; }
span { border-color: rgb(179,43,179); }
td.TdClassName
{
border-color: #B32BB3;
}
.TagClassName
{
border-color: #B32BB3;
}
</style>