Shades of Fuchsia #B32CB5
Tints of Fuchsia #B32CB5
RGB
CMYK
RGB Variations
Color information
#B32CB5 (or 0xB32CB5) is known color: Fuchsia. HEX triplet: B3, 2C and B5. RGB value is (179,44,181). Sum of RGB (Red+Green+Blue) = 179+44+181=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #B32CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CB5 is #4CD34A. Grayscale: #636363. Windows color (decimal): -5034827 or 11873459. OLE color: 11873459.
HSL color Cylindrical-coordinate representation of color #B32CB5: hue angle of 299.12º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32CB5 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 44 | 181 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.29 |
| HSL | 299.12º | 0.61% | 0.44% | - |
| HSV(B) | 299.12º | 0.76% | 0.71% | - |
| XYZ | 27.83 | 14.72 | 45.09 | - |
| YUV | 99.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 181 | 0.01 | 0.76 | 0 | 0.29 | 299.12 | 0.61 | 0.44 |
| Hex | B3 | 2C | B5 | 1 | 4C | 0 | 1D | 12B | 3D | 2C |
| Octal | 263 | 54 | 265 | 1 | 114 | 0 | 35 | 453 | 75 | 54 |
| Binary | 10110011 | 101100 | 10110101 | 1 | 1001100 | 0 | 11101 | 100101011 | 111101 | 101100 |
Color Harmonies of #B32CB5
Complementary color
Monochromatic Colors of #B32CB5
Black with #B32CB5
Text Example
Text Example
White with #B32CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CB5; }
p { color: rgb(179,44,181); }
H1.HeaderClassName
{
color: #B32CB5;
}
.AnyTagClassName
{
color: #B32CB5;
}
</style>
background-color css
<style>
a { background-color: #B32CB5; }
a { background-color: rgb(179,44,181); }
div.DivClassName
{
background-color: #B32CB5;
}
.BgClassName
{
background-color: #B32CB5;
}
</style>
border-color css
<style>
span { border-color: #B32CB5; }
span { border-color: rgb(179,44,181); }
td.TdClassName
{
border-color: #B32CB5;
}
.TagClassName
{
border-color: #B32CB5;
}
</style>