Shades of Fuchsia #B33AAB
Tints of Fuchsia #B33AAB
RGB
CMYK
RGB Variations
Color information
#B33AAB (or 0xB33AAB) is known color: Fuchsia. HEX triplet: B3, 3A and AB. RGB value is (179,58,171). Sum of RGB (Red+Green+Blue) = 179+58+171=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AAB is #4CC554. Grayscale: #6A6A6A. Windows color (decimal): -5031253 or 11221683. OLE color: 11221683.
HSL color Cylindrical-coordinate representation of color #B33AAB: hue angle of 303.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33AAB is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 171 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.30 |
| HSL | 303.97º | 0.51% | 0.46% | - |
| HSV(B) | 303.97º | 0.68% | 0.7% | - |
| XYZ | 27.45 | 15.55 | 40.08 | - |
| YUV | 107.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 171 | 0 | 0.68 | 0.04 | 0.30 | 303.97 | 0.51 | 0.46 |
| Hex | B3 | 3A | AB | 0 | 44 | 4 | 1E | 130 | 33 | 2E |
| Octal | 263 | 72 | 253 | 0 | 104 | 4 | 36 | 460 | 63 | 56 |
| Binary | 10110011 | 111010 | 10101011 | 0 | 1000100 | 100 | 11110 | 100110000 | 110011 | 101110 |
Color Harmonies of #B33AAB
Complementary color
Monochromatic Colors of #B33AAB
Black with #B33AAB
Text Example
Text Example
White with #B33AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AAB; }
p { color: rgb(179,58,171); }
H1.HeaderClassName
{
color: #B33AAB;
}
.AnyTagClassName
{
color: #B33AAB;
}
</style>
background-color css
<style>
a { background-color: #B33AAB; }
a { background-color: rgb(179,58,171); }
div.DivClassName
{
background-color: #B33AAB;
}
.BgClassName
{
background-color: #B33AAB;
}
</style>
border-color css
<style>
span { border-color: #B33AAB; }
span { border-color: rgb(179,58,171); }
td.TdClassName
{
border-color: #B33AAB;
}
.TagClassName
{
border-color: #B33AAB;
}
</style>