Shades of Fuchsia #B03AAA
Tints of Fuchsia #B03AAA
RGB
CMYK
RGB Variations
Color information
#B03AAA (or 0xB03AAA) is known color: Fuchsia. HEX triplet: B0, 3A and AA. RGB value is (176,58,170). Sum of RGB (Red+Green+Blue) = 176+58+170=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B03AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03AAA is #4FC555. Grayscale: #696969. Windows color (decimal): -5227862 or 11156144. OLE color: 11156144.
HSL color Cylindrical-coordinate representation of color #B03AAA: hue angle of 303.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03AAA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 170 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.31 |
| HSL | 303.05º | 0.5% | 0.46% | - |
| HSV(B) | 303.05º | 0.67% | 0.69% | - |
| XYZ | 26.67 | 15.16 | 39.55 | - |
| YUV | 106.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 170 | 0 | 0.67 | 0.03 | 0.31 | 303.05 | 0.5 | 0.46 |
| Hex | B0 | 3A | AA | 0 | 43 | 3 | 1F | 12F | 32 | 2E |
| Octal | 260 | 72 | 252 | 0 | 103 | 3 | 37 | 457 | 62 | 56 |
| Binary | 10110000 | 111010 | 10101010 | 0 | 1000011 | 11 | 11111 | 100101111 | 110010 | 101110 |
Color Harmonies of #B03AAA
Complementary color
Monochromatic Colors of #B03AAA
Black with #B03AAA
Text Example
Text Example
White with #B03AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03AAA; }
p { color: rgb(176,58,170); }
H1.HeaderClassName
{
color: #B03AAA;
}
.AnyTagClassName
{
color: #B03AAA;
}
</style>
background-color css
<style>
a { background-color: #B03AAA; }
a { background-color: rgb(176,58,170); }
div.DivClassName
{
background-color: #B03AAA;
}
.BgClassName
{
background-color: #B03AAA;
}
</style>
border-color css
<style>
span { border-color: #B03AAA; }
span { border-color: rgb(176,58,170); }
td.TdClassName
{
border-color: #B03AAA;
}
.TagClassName
{
border-color: #B03AAA;
}
</style>