Shades of Fuchsia #B33AAD
Tints of Fuchsia #B33AAD
RGB
CMYK
RGB Variations
Color information
#B33AAD (or 0xB33AAD) is known color: Fuchsia. HEX triplet: B3, 3A and AD. RGB value is (179,58,173). Sum of RGB (Red+Green+Blue) = 179+58+173=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AAD is #4CC552. Grayscale: #6A6A6A. Windows color (decimal): -5031251 or 11352755. OLE color: 11352755.
HSL color Cylindrical-coordinate representation of color #B33AAD: hue angle of 302.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 #B33AAD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 173 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.30 |
| HSL | 302.98º | 0.51% | 0.46% | - |
| HSV(B) | 302.98º | 0.68% | 0.7% | - |
| XYZ | 27.65 | 15.63 | 41.09 | - |
| YUV | 107.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 173 | 0 | 0.68 | 0.03 | 0.30 | 302.98 | 0.51 | 0.46 |
| Hex | B3 | 3A | AD | 0 | 44 | 3 | 1E | 12F | 33 | 2E |
| Octal | 263 | 72 | 255 | 0 | 104 | 3 | 36 | 457 | 63 | 56 |
| Binary | 10110011 | 111010 | 10101101 | 0 | 1000100 | 11 | 11110 | 100101111 | 110011 | 101110 |
Color Harmonies of #B33AAD
Complementary color
Monochromatic Colors of #B33AAD
Black with #B33AAD
Text Example
Text Example
White with #B33AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AAD; }
p { color: rgb(179,58,173); }
H1.HeaderClassName
{
color: #B33AAD;
}
.AnyTagClassName
{
color: #B33AAD;
}
</style>
background-color css
<style>
a { background-color: #B33AAD; }
a { background-color: rgb(179,58,173); }
div.DivClassName
{
background-color: #B33AAD;
}
.BgClassName
{
background-color: #B33AAD;
}
</style>
border-color css
<style>
span { border-color: #B33AAD; }
span { border-color: rgb(179,58,173); }
td.TdClassName
{
border-color: #B33AAD;
}
.TagClassName
{
border-color: #B33AAD;
}
</style>