Shades of Fuchsia #B82AAE
Tints of Fuchsia #B82AAE
RGB
CMYK
RGB Variations
Color information
#B82AAE (or 0xB82AAE) is known color: Fuchsia. HEX triplet: B8, 2A and AE. RGB value is (184,42,174). Sum of RGB (Red+Green+Blue) = 184+42+174=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AAE is #47D551. Grayscale: #636363. Windows color (decimal): -4707666 or 11414200. OLE color: 11414200.
HSL color Cylindrical-coordinate representation of color #B82AAE: hue angle of 304.23º 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 #B82AAE is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 174 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.28 |
| HSL | 304.23º | 0.63% | 0.44% | - |
| HSV(B) | 304.23º | 0.77% | 0.72% | - |
| XYZ | 28.24 | 14.9 | 41.43 | - |
| YUV | 99.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 174 | 0 | 0.77 | 0.05 | 0.28 | 304.23 | 0.63 | 0.44 |
| Hex | B8 | 2A | AE | 0 | 4D | 5 | 1C | 130 | 3F | 2C |
| Octal | 270 | 52 | 256 | 0 | 115 | 5 | 34 | 460 | 77 | 54 |
| Binary | 10111000 | 101010 | 10101110 | 0 | 1001101 | 101 | 11100 | 100110000 | 111111 | 101100 |
Color Harmonies of #B82AAE
Complementary color
Monochromatic Colors of #B82AAE
Black with #B82AAE
Text Example
Text Example
White with #B82AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AAE; }
p { color: rgb(184,42,174); }
H1.HeaderClassName
{
color: #B82AAE;
}
.AnyTagClassName
{
color: #B82AAE;
}
</style>
background-color css
<style>
a { background-color: #B82AAE; }
a { background-color: rgb(184,42,174); }
div.DivClassName
{
background-color: #B82AAE;
}
.BgClassName
{
background-color: #B82AAE;
}
</style>
border-color css
<style>
span { border-color: #B82AAE; }
span { border-color: rgb(184,42,174); }
td.TdClassName
{
border-color: #B82AAE;
}
.TagClassName
{
border-color: #B82AAE;
}
</style>