Shades of Fuchsia #B33AAF
Tints of Fuchsia #B33AAF
RGB
CMYK
RGB Variations
Color information
#B33AAF (or 0xB33AAF) is known color: Fuchsia. HEX triplet: B3, 3A and AF. RGB value is (179,58,175). Sum of RGB (Red+Green+Blue) = 179+58+175=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AAF is #4CC550. Grayscale: #6B6B6B. Windows color (decimal): -5031249 or 11483827. OLE color: 11483827.
HSL color Cylindrical-coordinate representation of color #B33AAF: hue angle of 301.98º 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 #B33AAF is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 175 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.30 |
| HSL | 301.98º | 0.51% | 0.46% | - |
| HSV(B) | 301.98º | 0.68% | 0.7% | - |
| XYZ | 27.84 | 15.7 | 42.12 | - |
| YUV | 107.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 175 | 0 | 0.68 | 0.02 | 0.30 | 301.98 | 0.51 | 0.46 |
| Hex | B3 | 3A | AF | 0 | 44 | 2 | 1E | 12E | 33 | 2E |
| Octal | 263 | 72 | 257 | 0 | 104 | 2 | 36 | 456 | 63 | 56 |
| Binary | 10110011 | 111010 | 10101111 | 0 | 1000100 | 10 | 11110 | 100101110 | 110011 | 101110 |
Color Harmonies of #B33AAF
Complementary color
Monochromatic Colors of #B33AAF
Black with #B33AAF
Text Example
Text Example
White with #B33AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AAF; }
p { color: rgb(179,58,175); }
H1.HeaderClassName
{
color: #B33AAF;
}
.AnyTagClassName
{
color: #B33AAF;
}
</style>
background-color css
<style>
a { background-color: #B33AAF; }
a { background-color: rgb(179,58,175); }
div.DivClassName
{
background-color: #B33AAF;
}
.BgClassName
{
background-color: #B33AAF;
}
</style>
border-color css
<style>
span { border-color: #B33AAF; }
span { border-color: rgb(179,58,175); }
td.TdClassName
{
border-color: #B33AAF;
}
.TagClassName
{
border-color: #B33AAF;
}
</style>