Shades of Fuchsia #B33BAE
Tints of Fuchsia #B33BAE
RGB
CMYK
RGB Variations
Color information
#B33BAE (or 0xB33BAE) is known color: Fuchsia. HEX triplet: B3, 3B and AE. RGB value is (179,59,174). Sum of RGB (Red+Green+Blue) = 179+59+174=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B33BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33BAE is #4CC451. Grayscale: #6B6B6B. Windows color (decimal): -5030994 or 11418547. OLE color: 11418547.
HSL color Cylindrical-coordinate representation of color #B33BAE: hue angle of 302.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33BAE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 174 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.30 |
| HSL | 302.5º | 0.5% | 0.47% | - |
| HSV(B) | 302.5º | 0.67% | 0.7% | - |
| XYZ | 27.79 | 15.77 | 41.62 | - |
| YUV | 107.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 174 | 0 | 0.67 | 0.03 | 0.30 | 302.5 | 0.5 | 0.47 |
| Hex | B3 | 3B | AE | 0 | 43 | 3 | 1E | 12E | 32 | 2F |
| Octal | 263 | 73 | 256 | 0 | 103 | 3 | 36 | 456 | 62 | 57 |
| Binary | 10110011 | 111011 | 10101110 | 0 | 1000011 | 11 | 11110 | 100101110 | 110010 | 101111 |
Color Harmonies of #B33BAE
Complementary color
Monochromatic Colors of #B33BAE
Black with #B33BAE
Text Example
Text Example
White with #B33BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BAE; }
p { color: rgb(179,59,174); }
H1.HeaderClassName
{
color: #B33BAE;
}
.AnyTagClassName
{
color: #B33BAE;
}
</style>
background-color css
<style>
a { background-color: #B33BAE; }
a { background-color: rgb(179,59,174); }
div.DivClassName
{
background-color: #B33BAE;
}
.BgClassName
{
background-color: #B33BAE;
}
</style>
border-color css
<style>
span { border-color: #B33BAE; }
span { border-color: rgb(179,59,174); }
td.TdClassName
{
border-color: #B33BAE;
}
.TagClassName
{
border-color: #B33BAE;
}
</style>