Shades of Fuchsia #B12FAC
Tints of Fuchsia #B12FAC
RGB
CMYK
RGB Variations
Color information
#B12FAC (or 0xB12FAC) is known color: Fuchsia. HEX triplet: B1, 2F and AC. RGB value is (177,47,172). Sum of RGB (Red+Green+Blue) = 177+47+172=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B12FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12FAC is #4ED053. Grayscale: #636363. Windows color (decimal): -5165140 or 11284401. OLE color: 11284401.
HSL color Cylindrical-coordinate representation of color #B12FAC: hue angle of 302.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12FAC is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 172 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.31 |
| HSL | 302.31º | 0.58% | 0.44% | - |
| HSV(B) | 302.31º | 0.73% | 0.69% | - |
| XYZ | 26.59 | 14.36 | 40.4 | - |
| YUV | 100.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 172 | 0 | 0.73 | 0.03 | 0.31 | 302.31 | 0.58 | 0.44 |
| Hex | B1 | 2F | AC | 0 | 49 | 3 | 1F | 12E | 3A | 2C |
| Octal | 261 | 57 | 254 | 0 | 111 | 3 | 37 | 456 | 72 | 54 |
| Binary | 10110001 | 101111 | 10101100 | 0 | 1001001 | 11 | 11111 | 100101110 | 111010 | 101100 |
Color Harmonies of #B12FAC
Complementary color
Monochromatic Colors of #B12FAC
Black with #B12FAC
Text Example
Text Example
White with #B12FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FAC; }
p { color: rgb(177,47,172); }
H1.HeaderClassName
{
color: #B12FAC;
}
.AnyTagClassName
{
color: #B12FAC;
}
</style>
background-color css
<style>
a { background-color: #B12FAC; }
a { background-color: rgb(177,47,172); }
div.DivClassName
{
background-color: #B12FAC;
}
.BgClassName
{
background-color: #B12FAC;
}
</style>
border-color css
<style>
span { border-color: #B12FAC; }
span { border-color: rgb(177,47,172); }
td.TdClassName
{
border-color: #B12FAC;
}
.TagClassName
{
border-color: #B12FAC;
}
</style>