Shades of Fuchsia #B03BAC
Tints of Fuchsia #B03BAC
RGB
CMYK
RGB Variations
Color information
#B03BAC (or 0xB03BAC) is known color: Fuchsia. HEX triplet: B0, 3B and AC. RGB value is (176,59,172). Sum of RGB (Red+Green+Blue) = 176+59+172=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B03BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BAC is #4FC453. Grayscale: #6A6A6A. Windows color (decimal): -5227604 or 11287472. OLE color: 11287472.
HSL color Cylindrical-coordinate representation of color #B03BAC: hue angle of 302.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03BAC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 172 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.31 |
| HSL | 302.05º | 0.5% | 0.46% | - |
| HSV(B) | 302.05º | 0.66% | 0.69% | - |
| XYZ | 26.91 | 15.34 | 40.57 | - |
| YUV | 106.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 172 | 0 | 0.66 | 0.02 | 0.31 | 302.05 | 0.5 | 0.46 |
| Hex | B0 | 3B | AC | 0 | 42 | 2 | 1F | 12E | 32 | 2E |
| Octal | 260 | 73 | 254 | 0 | 102 | 2 | 37 | 456 | 62 | 56 |
| Binary | 10110000 | 111011 | 10101100 | 0 | 1000010 | 10 | 11111 | 100101110 | 110010 | 101110 |
Color Harmonies of #B03BAC
Complementary color
Monochromatic Colors of #B03BAC
Black with #B03BAC
Text Example
Text Example
White with #B03BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BAC; }
p { color: rgb(176,59,172); }
H1.HeaderClassName
{
color: #B03BAC;
}
.AnyTagClassName
{
color: #B03BAC;
}
</style>
background-color css
<style>
a { background-color: #B03BAC; }
a { background-color: rgb(176,59,172); }
div.DivClassName
{
background-color: #B03BAC;
}
.BgClassName
{
background-color: #B03BAC;
}
</style>
border-color css
<style>
span { border-color: #B03BAC; }
span { border-color: rgb(176,59,172); }
td.TdClassName
{
border-color: #B03BAC;
}
.TagClassName
{
border-color: #B03BAC;
}
</style>