Shades of Fuchsia #B82AB1
Tints of Fuchsia #B82AB1
RGB
CMYK
RGB Variations
Color information
#B82AB1 (or 0xB82AB1) is known color: Fuchsia. HEX triplet: B8, 2A and B1. RGB value is (184,42,177). Sum of RGB (Red+Green+Blue) = 184+42+177=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AB1 is #47D54E. Grayscale: #636363. Windows color (decimal): -4707663 or 11610808. OLE color: 11610808.
HSL color Cylindrical-coordinate representation of color #B82AB1: hue angle of 302.96º 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 #B82AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 177 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.28 |
| HSL | 302.96º | 0.63% | 0.44% | - |
| HSV(B) | 302.96º | 0.77% | 0.72% | - |
| XYZ | 28.53 | 15.02 | 42.99 | - |
| YUV | 99.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 177 | 0 | 0.77 | 0.04 | 0.28 | 302.96 | 0.63 | 0.44 |
| Hex | B8 | 2A | B1 | 0 | 4D | 4 | 1C | 12F | 3F | 2C |
| Octal | 270 | 52 | 261 | 0 | 115 | 4 | 34 | 457 | 77 | 54 |
| Binary | 10111000 | 101010 | 10110001 | 0 | 1001101 | 100 | 11100 | 100101111 | 111111 | 101100 |
Color Harmonies of #B82AB1
Complementary color
Monochromatic Colors of #B82AB1
Black with #B82AB1
Text Example
Text Example
White with #B82AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AB1; }
p { color: rgb(184,42,177); }
H1.HeaderClassName
{
color: #B82AB1;
}
.AnyTagClassName
{
color: #B82AB1;
}
</style>
background-color css
<style>
a { background-color: #B82AB1; }
a { background-color: rgb(184,42,177); }
div.DivClassName
{
background-color: #B82AB1;
}
.BgClassName
{
background-color: #B82AB1;
}
</style>
border-color css
<style>
span { border-color: #B82AB1; }
span { border-color: rgb(184,42,177); }
td.TdClassName
{
border-color: #B82AB1;
}
.TagClassName
{
border-color: #B82AB1;
}
</style>