Shades of Fuchsia #B832AF
Tints of Fuchsia #B832AF
RGB
CMYK
RGB Variations
Color information
#B832AF (or 0xB832AF) is known color: Fuchsia. HEX triplet: B8, 32 and AF. RGB value is (184,50,175). Sum of RGB (Red+Green+Blue) = 184+50+175=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B832AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832AF is #47CD50. Grayscale: #676767. Windows color (decimal): -4705617 or 11481784. OLE color: 11481784.
HSL color Cylindrical-coordinate representation of color #B832AF: hue angle of 304.03º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B832AF is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 175 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.28 |
| HSL | 304.03º | 0.57% | 0.46% | - |
| HSV(B) | 304.03º | 0.73% | 0.72% | - |
| XYZ | 28.65 | 15.57 | 42.05 | - |
| YUV | 104.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 175 | 0 | 0.73 | 0.05 | 0.28 | 304.03 | 0.57 | 0.46 |
| Hex | B8 | 32 | AF | 0 | 49 | 5 | 1C | 130 | 39 | 2E |
| Octal | 270 | 62 | 257 | 0 | 111 | 5 | 34 | 460 | 71 | 56 |
| Binary | 10111000 | 110010 | 10101111 | 0 | 1001001 | 101 | 11100 | 100110000 | 111001 | 101110 |
Color Harmonies of #B832AF
Complementary color
Monochromatic Colors of #B832AF
Black with #B832AF
Text Example
Text Example
White with #B832AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832AF; }
p { color: rgb(184,50,175); }
H1.HeaderClassName
{
color: #B832AF;
}
.AnyTagClassName
{
color: #B832AF;
}
</style>
background-color css
<style>
a { background-color: #B832AF; }
a { background-color: rgb(184,50,175); }
div.DivClassName
{
background-color: #B832AF;
}
.BgClassName
{
background-color: #B832AF;
}
</style>
border-color css
<style>
span { border-color: #B832AF; }
span { border-color: rgb(184,50,175); }
td.TdClassName
{
border-color: #B832AF;
}
.TagClassName
{
border-color: #B832AF;
}
</style>