Shades of Fuchsia #B33DAC
Tints of Fuchsia #B33DAC
RGB
CMYK
RGB Variations
Color information
#B33DAC (or 0xB33DAC) is known color: Fuchsia. HEX triplet: B3, 3D and AC. RGB value is (179,61,172). Sum of RGB (Red+Green+Blue) = 179+61+172=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DAC is #4CC253. Grayscale: #6C6C6C. Windows color (decimal): -5030484 or 11287987. OLE color: 11287987.
HSL color Cylindrical-coordinate representation of color #B33DAC: hue angle of 303.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33DAC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 172 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.30 |
| HSL | 303.56º | 0.49% | 0.47% | - |
| HSV(B) | 303.56º | 0.66% | 0.7% | - |
| XYZ | 27.71 | 15.9 | 40.64 | - |
| YUV | 108.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 172 | 0 | 0.66 | 0.04 | 0.30 | 303.56 | 0.49 | 0.47 |
| Hex | B3 | 3D | AC | 0 | 42 | 4 | 1E | 130 | 31 | 2F |
| Octal | 263 | 75 | 254 | 0 | 102 | 4 | 36 | 460 | 61 | 57 |
| Binary | 10110011 | 111101 | 10101100 | 0 | 1000010 | 100 | 11110 | 100110000 | 110001 | 101111 |
Color Harmonies of #B33DAC
Complementary color
Monochromatic Colors of #B33DAC
Black with #B33DAC
Text Example
Text Example
White with #B33DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DAC; }
p { color: rgb(179,61,172); }
H1.HeaderClassName
{
color: #B33DAC;
}
.AnyTagClassName
{
color: #B33DAC;
}
</style>
background-color css
<style>
a { background-color: #B33DAC; }
a { background-color: rgb(179,61,172); }
div.DivClassName
{
background-color: #B33DAC;
}
.BgClassName
{
background-color: #B33DAC;
}
</style>
border-color css
<style>
span { border-color: #B33DAC; }
span { border-color: rgb(179,61,172); }
td.TdClassName
{
border-color: #B33DAC;
}
.TagClassName
{
border-color: #B33DAC;
}
</style>