Shades of Fuchsia #B332B0
Tints of Fuchsia #B332B0
RGB
CMYK
RGB Variations
Color information
#B332B0 (or 0xB332B0) is known color: Fuchsia. HEX triplet: B3, 32 and B0. RGB value is (179,50,176). Sum of RGB (Red+Green+Blue) = 179+50+176=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B332B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B332B0 is #4CCD4F. Grayscale: #666666. Windows color (decimal): -5033296 or 11547315. OLE color: 11547315.
HSL color Cylindrical-coordinate representation of color #B332B0: hue angle of 301.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B332B0 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 176 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.30 |
| HSL | 301.4º | 0.56% | 0.45% | - |
| HSV(B) | 301.4º | 0.72% | 0.7% | - |
| XYZ | 27.57 | 15 | 42.52 | - |
| YUV | 102.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 176 | 0 | 0.72 | 0.02 | 0.30 | 301.4 | 0.56 | 0.45 |
| Hex | B3 | 32 | B0 | 0 | 48 | 2 | 1E | 12D | 38 | 2D |
| Octal | 263 | 62 | 260 | 0 | 110 | 2 | 36 | 455 | 70 | 55 |
| Binary | 10110011 | 110010 | 10110000 | 0 | 1001000 | 10 | 11110 | 100101101 | 111000 | 101101 |
Color Harmonies of #B332B0
Complementary color
Monochromatic Colors of #B332B0
Black with #B332B0
Text Example
Text Example
White with #B332B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332B0; }
p { color: rgb(179,50,176); }
H1.HeaderClassName
{
color: #B332B0;
}
.AnyTagClassName
{
color: #B332B0;
}
</style>
background-color css
<style>
a { background-color: #B332B0; }
a { background-color: rgb(179,50,176); }
div.DivClassName
{
background-color: #B332B0;
}
.BgClassName
{
background-color: #B332B0;
}
</style>
border-color css
<style>
span { border-color: #B332B0; }
span { border-color: rgb(179,50,176); }
td.TdClassName
{
border-color: #B332B0;
}
.TagClassName
{
border-color: #B332B0;
}
</style>