Shades of Fuchsia #B842AF
Tints of Fuchsia #B842AF
RGB
CMYK
RGB Variations
Color information
#B842AF (or 0xB842AF) is known color: Fuchsia. HEX triplet: B8, 42 and AF. RGB value is (184,66,175). Sum of RGB (Red+Green+Blue) = 184+66+175=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B842AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842AF is #47BD50. Grayscale: #717171. Windows color (decimal): -4701521 or 11485880. OLE color: 11485880.
HSL color Cylindrical-coordinate representation of color #B842AF: hue angle of 304.58º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B842AF is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 175 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.28 |
| HSL | 304.58º | 0.47% | 0.49% | - |
| HSV(B) | 304.58º | 0.64% | 0.72% | - |
| XYZ | 29.45 | 17.18 | 42.32 | - |
| YUV | 113.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 175 | 0 | 0.64 | 0.05 | 0.28 | 304.58 | 0.47 | 0.49 |
| Hex | B8 | 42 | AF | 0 | 40 | 5 | 1C | 131 | 2F | 31 |
| Octal | 270 | 102 | 257 | 0 | 100 | 5 | 34 | 461 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10101111 | 0 | 1000000 | 101 | 11100 | 100110001 | 101111 | 110001 |
Color Harmonies of #B842AF
Complementary color
Monochromatic Colors of #B842AF
Black with #B842AF
Text Example
Text Example
White with #B842AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842AF; }
p { color: rgb(184,66,175); }
H1.HeaderClassName
{
color: #B842AF;
}
.AnyTagClassName
{
color: #B842AF;
}
</style>
background-color css
<style>
a { background-color: #B842AF; }
a { background-color: rgb(184,66,175); }
div.DivClassName
{
background-color: #B842AF;
}
.BgClassName
{
background-color: #B842AF;
}
</style>
border-color css
<style>
span { border-color: #B842AF; }
span { border-color: rgb(184,66,175); }
td.TdClassName
{
border-color: #B842AF;
}
.TagClassName
{
border-color: #B842AF;
}
</style>