Shades of Fuchsia #B12CAC
Tints of Fuchsia #B12CAC
RGB
CMYK
RGB Variations
Color information
#B12CAC (or 0xB12CAC) is known color: Fuchsia. HEX triplet: B1, 2C and AC. RGB value is (177,44,172). Sum of RGB (Red+Green+Blue) = 177+44+172=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B12CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12CAC is #4ED353. Grayscale: #616161. Windows color (decimal): -5165908 or 11283633. OLE color: 11283633.
HSL color Cylindrical-coordinate representation of color #B12CAC: hue angle of 302.26º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12CAC is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 172 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.31 |
| HSL | 302.26º | 0.6% | 0.43% | - |
| HSV(B) | 302.26º | 0.75% | 0.69% | - |
| XYZ | 26.48 | 14.13 | 40.36 | - |
| YUV | 98.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 172 | 0 | 0.75 | 0.03 | 0.31 | 302.26 | 0.6 | 0.43 |
| Hex | B1 | 2C | AC | 0 | 4B | 3 | 1F | 12E | 3C | 2B |
| Octal | 261 | 54 | 254 | 0 | 113 | 3 | 37 | 456 | 74 | 53 |
| Binary | 10110001 | 101100 | 10101100 | 0 | 1001011 | 11 | 11111 | 100101110 | 111100 | 101011 |
Color Harmonies of #B12CAC
Complementary color
Monochromatic Colors of #B12CAC
Black with #B12CAC
Text Example
Text Example
White with #B12CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CAC; }
p { color: rgb(177,44,172); }
H1.HeaderClassName
{
color: #B12CAC;
}
.AnyTagClassName
{
color: #B12CAC;
}
</style>
background-color css
<style>
a { background-color: #B12CAC; }
a { background-color: rgb(177,44,172); }
div.DivClassName
{
background-color: #B12CAC;
}
.BgClassName
{
background-color: #B12CAC;
}
</style>
border-color css
<style>
span { border-color: #B12CAC; }
span { border-color: rgb(177,44,172); }
td.TdClassName
{
border-color: #B12CAC;
}
.TagClassName
{
border-color: #B12CAC;
}
</style>