Shades of Fuchsia #B82AAF
Tints of Fuchsia #B82AAF
RGB
CMYK
RGB Variations
Color information
#B82AAF (or 0xB82AAF) is known color: Fuchsia. HEX triplet: B8, 2A and AF. RGB value is (184,42,175). Sum of RGB (Red+Green+Blue) = 184+42+175=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AAF is #47D550. Grayscale: #636363. Windows color (decimal): -4707665 or 11479736. OLE color: 11479736.
HSL color Cylindrical-coordinate representation of color #B82AAF: hue angle of 303.8º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82AAF is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 175 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.28 |
| HSL | 303.8º | 0.63% | 0.44% | - |
| HSV(B) | 303.8º | 0.77% | 0.72% | - |
| XYZ | 28.33 | 14.94 | 41.95 | - |
| YUV | 99.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 175 | 0 | 0.77 | 0.05 | 0.28 | 303.8 | 0.63 | 0.44 |
| Hex | B8 | 2A | AF | 0 | 4D | 5 | 1C | 130 | 3F | 2C |
| Octal | 270 | 52 | 257 | 0 | 115 | 5 | 34 | 460 | 77 | 54 |
| Binary | 10111000 | 101010 | 10101111 | 0 | 1001101 | 101 | 11100 | 100110000 | 111111 | 101100 |
Color Harmonies of #B82AAF
Complementary color
Monochromatic Colors of #B82AAF
Black with #B82AAF
Text Example
Text Example
White with #B82AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AAF; }
p { color: rgb(184,42,175); }
H1.HeaderClassName
{
color: #B82AAF;
}
.AnyTagClassName
{
color: #B82AAF;
}
</style>
background-color css
<style>
a { background-color: #B82AAF; }
a { background-color: rgb(184,42,175); }
div.DivClassName
{
background-color: #B82AAF;
}
.BgClassName
{
background-color: #B82AAF;
}
</style>
border-color css
<style>
span { border-color: #B82AAF; }
span { border-color: rgb(184,42,175); }
td.TdClassName
{
border-color: #B82AAF;
}
.TagClassName
{
border-color: #B82AAF;
}
</style>