Shades of Fuchsia #B32CB4
Tints of Fuchsia #B32CB4
RGB
CMYK
RGB Variations
Color information
#B32CB4 (or 0xB32CB4) is known color: Fuchsia. HEX triplet: B3, 2C and B4. RGB value is (179,44,180). Sum of RGB (Red+Green+Blue) = 179+44+180=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #B32CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CB4 is #4CD34B. Grayscale: #636363. Windows color (decimal): -5034828 or 11807923. OLE color: 11807923.
HSL color Cylindrical-coordinate representation of color #B32CB4: hue angle of 299.56º 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 #B32CB4 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 44 | 180 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.29 |
| HSL | 299.56º | 0.61% | 0.44% | - |
| HSV(B) | 299.56º | 0.76% | 0.71% | - |
| XYZ | 27.73 | 14.68 | 44.55 | - |
| YUV | 99.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 180 | 0.01 | 0.76 | 0 | 0.29 | 299.56 | 0.61 | 0.44 |
| Hex | B3 | 2C | B4 | 1 | 4C | 0 | 1D | 12C | 3D | 2C |
| Octal | 263 | 54 | 264 | 1 | 114 | 0 | 35 | 454 | 75 | 54 |
| Binary | 10110011 | 101100 | 10110100 | 1 | 1001100 | 0 | 11101 | 100101100 | 111101 | 101100 |
Color Harmonies of #B32CB4
Complementary color
Monochromatic Colors of #B32CB4
Black with #B32CB4
Text Example
Text Example
White with #B32CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CB4; }
p { color: rgb(179,44,180); }
H1.HeaderClassName
{
color: #B32CB4;
}
.AnyTagClassName
{
color: #B32CB4;
}
</style>
background-color css
<style>
a { background-color: #B32CB4; }
a { background-color: rgb(179,44,180); }
div.DivClassName
{
background-color: #B32CB4;
}
.BgClassName
{
background-color: #B32CB4;
}
</style>
border-color css
<style>
span { border-color: #B32CB4; }
span { border-color: rgb(179,44,180); }
td.TdClassName
{
border-color: #B32CB4;
}
.TagClassName
{
border-color: #B32CB4;
}
</style>