Shades of Fuchsia #B12DAC
Tints of Fuchsia #B12DAC
RGB
CMYK
RGB Variations
Color information
#B12DAC (or 0xB12DAC) is known color: Fuchsia. HEX triplet: B1, 2D and AC. RGB value is (177,45,172). Sum of RGB (Red+Green+Blue) = 177+45+172=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DAC is #4ED253. Grayscale: #626262. Windows color (decimal): -5165652 or 11283889. OLE color: 11283889.
HSL color Cylindrical-coordinate representation of color #B12DAC: hue angle of 302.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12DAC is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 172 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.31 |
| HSL | 302.27º | 0.59% | 0.44% | - |
| HSV(B) | 302.27º | 0.75% | 0.69% | - |
| XYZ | 26.52 | 14.2 | 40.37 | - |
| YUV | 98.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 172 | 0 | 0.75 | 0.03 | 0.31 | 302.27 | 0.59 | 0.44 |
| Hex | B1 | 2D | AC | 0 | 4B | 3 | 1F | 12E | 3B | 2C |
| Octal | 261 | 55 | 254 | 0 | 113 | 3 | 37 | 456 | 73 | 54 |
| Binary | 10110001 | 101101 | 10101100 | 0 | 1001011 | 11 | 11111 | 100101110 | 111011 | 101100 |
Color Harmonies of #B12DAC
Complementary color
Monochromatic Colors of #B12DAC
Black with #B12DAC
Text Example
Text Example
White with #B12DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DAC; }
p { color: rgb(177,45,172); }
H1.HeaderClassName
{
color: #B12DAC;
}
.AnyTagClassName
{
color: #B12DAC;
}
</style>
background-color css
<style>
a { background-color: #B12DAC; }
a { background-color: rgb(177,45,172); }
div.DivClassName
{
background-color: #B12DAC;
}
.BgClassName
{
background-color: #B12DAC;
}
</style>
border-color css
<style>
span { border-color: #B12DAC; }
span { border-color: rgb(177,45,172); }
td.TdClassName
{
border-color: #B12DAC;
}
.TagClassName
{
border-color: #B12DAC;
}
</style>