Shades of Fuchsia #B12FAF
Tints of Fuchsia #B12FAF
RGB
CMYK
RGB Variations
Color information
#B12FAF (or 0xB12FAF) is known color: Fuchsia. HEX triplet: B1, 2F and AF. RGB value is (177,47,175). Sum of RGB (Red+Green+Blue) = 177+47+175=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B12FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12FAF is #4ED050. Grayscale: #646464. Windows color (decimal): -5165137 or 11481009. OLE color: 11481009.
HSL color Cylindrical-coordinate representation of color #B12FAF: hue angle of 300.92º 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 #B12FAF is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 175 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.31 |
| HSL | 300.92º | 0.58% | 0.44% | - |
| HSV(B) | 300.92º | 0.73% | 0.69% | - |
| XYZ | 26.89 | 14.48 | 41.93 | - |
| YUV | 100.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 175 | 0 | 0.73 | 0.01 | 0.31 | 300.92 | 0.58 | 0.44 |
| Hex | B1 | 2F | AF | 0 | 49 | 1 | 1F | 12D | 3A | 2C |
| Octal | 261 | 57 | 257 | 0 | 111 | 1 | 37 | 455 | 72 | 54 |
| Binary | 10110001 | 101111 | 10101111 | 0 | 1001001 | 1 | 11111 | 100101101 | 111010 | 101100 |
Color Harmonies of #B12FAF
Complementary color
Monochromatic Colors of #B12FAF
Black with #B12FAF
Text Example
Text Example
White with #B12FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FAF; }
p { color: rgb(177,47,175); }
H1.HeaderClassName
{
color: #B12FAF;
}
.AnyTagClassName
{
color: #B12FAF;
}
</style>
background-color css
<style>
a { background-color: #B12FAF; }
a { background-color: rgb(177,47,175); }
div.DivClassName
{
background-color: #B12FAF;
}
.BgClassName
{
background-color: #B12FAF;
}
</style>
border-color css
<style>
span { border-color: #B12FAF; }
span { border-color: rgb(177,47,175); }
td.TdClassName
{
border-color: #B12FAF;
}
.TagClassName
{
border-color: #B12FAF;
}
</style>