Shades of Fuchsia #B32BAF
Tints of Fuchsia #B32BAF
RGB
CMYK
RGB Variations
Color information
#B32BAF (or 0xB32BAF) is known color: Fuchsia. HEX triplet: B3, 2B and AF. RGB value is (179,43,175). Sum of RGB (Red+Green+Blue) = 179+43+175=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BAF is #4CD450. Grayscale: #626262. Windows color (decimal): -5035089 or 11479987. OLE color: 11479987.
HSL color Cylindrical-coordinate representation of color #B32BAF: hue angle of 301.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32BAF is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 175 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.30 |
| HSL | 301.76º | 0.61% | 0.44% | - |
| HSV(B) | 301.76º | 0.76% | 0.7% | - |
| XYZ | 27.19 | 14.41 | 41.91 | - |
| YUV | 98.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 175 | 0 | 0.76 | 0.02 | 0.30 | 301.76 | 0.61 | 0.44 |
| Hex | B3 | 2B | AF | 0 | 4C | 2 | 1E | 12E | 3D | 2C |
| Octal | 263 | 53 | 257 | 0 | 114 | 2 | 36 | 456 | 75 | 54 |
| Binary | 10110011 | 101011 | 10101111 | 0 | 1001100 | 10 | 11110 | 100101110 | 111101 | 101100 |
Color Harmonies of #B32BAF
Complementary color
Monochromatic Colors of #B32BAF
Black with #B32BAF
Text Example
Text Example
White with #B32BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BAF; }
p { color: rgb(179,43,175); }
H1.HeaderClassName
{
color: #B32BAF;
}
.AnyTagClassName
{
color: #B32BAF;
}
</style>
background-color css
<style>
a { background-color: #B32BAF; }
a { background-color: rgb(179,43,175); }
div.DivClassName
{
background-color: #B32BAF;
}
.BgClassName
{
background-color: #B32BAF;
}
</style>
border-color css
<style>
span { border-color: #B32BAF; }
span { border-color: rgb(179,43,175); }
td.TdClassName
{
border-color: #B32BAF;
}
.TagClassName
{
border-color: #B32BAF;
}
</style>