Shades of Fuchsia #B12FAA
Tints of Fuchsia #B12FAA
RGB
CMYK
RGB Variations
Color information
#B12FAA (or 0xB12FAA) is known color: Fuchsia. HEX triplet: B1, 2F and AA. RGB value is (177,47,170). Sum of RGB (Red+Green+Blue) = 177+47+170=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B12FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12FAA is #4ED055. Grayscale: #636363. Windows color (decimal): -5165142 or 11153329. OLE color: 11153329.
HSL color Cylindrical-coordinate representation of color #B12FAA: hue angle of 303.23º 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 #B12FAA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 170 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.31 |
| HSL | 303.23º | 0.58% | 0.44% | - |
| HSV(B) | 303.23º | 0.73% | 0.69% | - |
| XYZ | 26.4 | 14.28 | 39.4 | - |
| YUV | 99.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 170 | 0 | 0.73 | 0.04 | 0.31 | 303.23 | 0.58 | 0.44 |
| Hex | B1 | 2F | AA | 0 | 49 | 4 | 1F | 12F | 3A | 2C |
| Octal | 261 | 57 | 252 | 0 | 111 | 4 | 37 | 457 | 72 | 54 |
| Binary | 10110001 | 101111 | 10101010 | 0 | 1001001 | 100 | 11111 | 100101111 | 111010 | 101100 |
Color Harmonies of #B12FAA
Complementary color
Monochromatic Colors of #B12FAA
Black with #B12FAA
Text Example
Text Example
White with #B12FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FAA; }
p { color: rgb(177,47,170); }
H1.HeaderClassName
{
color: #B12FAA;
}
.AnyTagClassName
{
color: #B12FAA;
}
</style>
background-color css
<style>
a { background-color: #B12FAA; }
a { background-color: rgb(177,47,170); }
div.DivClassName
{
background-color: #B12FAA;
}
.BgClassName
{
background-color: #B12FAA;
}
</style>
border-color css
<style>
span { border-color: #B12FAA; }
span { border-color: rgb(177,47,170); }
td.TdClassName
{
border-color: #B12FAA;
}
.TagClassName
{
border-color: #B12FAA;
}
</style>