Shades of Fuchsia #B332B3
Tints of Fuchsia #B332B3
RGB
CMYK
RGB Variations
Color information
#B332B3 (or 0xB332B3) is known color: Fuchsia. HEX triplet: B3, 32 and B3. RGB value is (179,50,179). Sum of RGB (Red+Green+Blue) = 179+50+179=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B332B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332B3 is #4CCD4C. Grayscale: #666666. Windows color (decimal): -5033293 or 11743923. OLE color: 11743923.
HSL color Cylindrical-coordinate representation of color #B332B3: hue angle of 300º 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 #B332B3 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 179 | - |
| CMYK | 0 | 0.72 | 0 | 0.30 |
| HSL | 300º | 0.56% | 0.45% | - |
| HSV(B) | 300º | 0.72% | 0.7% | - |
| XYZ | 27.87 | 15.12 | 44.1 | - |
| YUV | 103.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 179 | 0 | 0.72 | 0 | 0.30 | 300 | 0.56 | 0.45 |
| Hex | B3 | 32 | B3 | 0 | 48 | 0 | 1E | 12C | 38 | 2D |
| Octal | 263 | 62 | 263 | 0 | 110 | 0 | 36 | 454 | 70 | 55 |
| Binary | 10110011 | 110010 | 10110011 | 0 | 1001000 | 0 | 11110 | 100101100 | 111000 | 101101 |
Color Harmonies of #B332B3
Complementary color
Monochromatic Colors of #B332B3
Black with #B332B3
Text Example
Text Example
White with #B332B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332B3; }
p { color: rgb(179,50,179); }
H1.HeaderClassName
{
color: #B332B3;
}
.AnyTagClassName
{
color: #B332B3;
}
</style>
background-color css
<style>
a { background-color: #B332B3; }
a { background-color: rgb(179,50,179); }
div.DivClassName
{
background-color: #B332B3;
}
.BgClassName
{
background-color: #B332B3;
}
</style>
border-color css
<style>
span { border-color: #B332B3; }
span { border-color: rgb(179,50,179); }
td.TdClassName
{
border-color: #B332B3;
}
.TagClassName
{
border-color: #B332B3;
}
</style>