Shades of Fuchsia #B33FAC
Tints of Fuchsia #B33FAC
RGB
CMYK
RGB Variations
Color information
#B33FAC (or 0xB33FAC) is known color: Fuchsia. HEX triplet: B3, 3F and AC. RGB value is (179,63,172). Sum of RGB (Red+Green+Blue) = 179+63+172=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B33FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33FAC is #4CC053. Grayscale: #6D6D6D. Windows color (decimal): -5029972 or 11288499. OLE color: 11288499.
HSL color Cylindrical-coordinate representation of color #B33FAC: hue angle of 303.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33FAC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 172 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.30 |
| HSL | 303.62º | 0.48% | 0.47% | - |
| HSV(B) | 303.62º | 0.65% | 0.7% | - |
| XYZ | 27.81 | 16.12 | 40.67 | - |
| YUV | 110.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 172 | 0 | 0.65 | 0.04 | 0.30 | 303.62 | 0.48 | 0.47 |
| Hex | B3 | 3F | AC | 0 | 41 | 4 | 1E | 130 | 30 | 2F |
| Octal | 263 | 77 | 254 | 0 | 101 | 4 | 36 | 460 | 60 | 57 |
| Binary | 10110011 | 111111 | 10101100 | 0 | 1000001 | 100 | 11110 | 100110000 | 110000 | 101111 |
Color Harmonies of #B33FAC
Complementary color
Monochromatic Colors of #B33FAC
Black with #B33FAC
Text Example
Text Example
White with #B33FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FAC; }
p { color: rgb(179,63,172); }
H1.HeaderClassName
{
color: #B33FAC;
}
.AnyTagClassName
{
color: #B33FAC;
}
</style>
background-color css
<style>
a { background-color: #B33FAC; }
a { background-color: rgb(179,63,172); }
div.DivClassName
{
background-color: #B33FAC;
}
.BgClassName
{
background-color: #B33FAC;
}
</style>
border-color css
<style>
span { border-color: #B33FAC; }
span { border-color: rgb(179,63,172); }
td.TdClassName
{
border-color: #B33FAC;
}
.TagClassName
{
border-color: #B33FAC;
}
</style>