Shades of Fuchsia #B82AB4
Tints of Fuchsia #B82AB4
RGB
CMYK
RGB Variations
Color information
#B82AB4 (or 0xB82AB4) is known color: Fuchsia. HEX triplet: B8, 2A and B4. RGB value is (184,42,180). Sum of RGB (Red+Green+Blue) = 184+42+180=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82AB4 is #47D54B. Grayscale: #636363. Windows color (decimal): -4707660 or 11807416. OLE color: 11807416.
HSL color Cylindrical-coordinate representation of color #B82AB4: hue angle of 301.69º 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 #B82AB4 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 180 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.28 |
| HSL | 301.69º | 0.63% | 0.44% | - |
| HSV(B) | 301.69º | 0.77% | 0.72% | - |
| XYZ | 28.83 | 15.14 | 44.58 | - |
| YUV | 100.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 180 | 0 | 0.77 | 0.02 | 0.28 | 301.69 | 0.63 | 0.44 |
| Hex | B8 | 2A | B4 | 0 | 4D | 2 | 1C | 12E | 3F | 2C |
| Octal | 270 | 52 | 264 | 0 | 115 | 2 | 34 | 456 | 77 | 54 |
| Binary | 10111000 | 101010 | 10110100 | 0 | 1001101 | 10 | 11100 | 100101110 | 111111 | 101100 |
Color Harmonies of #B82AB4
Complementary color
Monochromatic Colors of #B82AB4
Black with #B82AB4
Text Example
Text Example
White with #B82AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AB4; }
p { color: rgb(184,42,180); }
H1.HeaderClassName
{
color: #B82AB4;
}
.AnyTagClassName
{
color: #B82AB4;
}
</style>
background-color css
<style>
a { background-color: #B82AB4; }
a { background-color: rgb(184,42,180); }
div.DivClassName
{
background-color: #B82AB4;
}
.BgClassName
{
background-color: #B82AB4;
}
</style>
border-color css
<style>
span { border-color: #B82AB4; }
span { border-color: rgb(184,42,180); }
td.TdClassName
{
border-color: #B82AB4;
}
.TagClassName
{
border-color: #B82AB4;
}
</style>