Shades of Fuchsia #B82DB1
Tints of Fuchsia #B82DB1
RGB
CMYK
RGB Variations
Color information
#B82DB1 (or 0xB82DB1) is known color: Fuchsia. HEX triplet: B8, 2D and B1. RGB value is (184,45,177). Sum of RGB (Red+Green+Blue) = 184+45+177=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DB1 is #47D24E. Grayscale: #656565. Windows color (decimal): -4706895 or 11611576. OLE color: 11611576.
HSL color Cylindrical-coordinate representation of color #B82DB1: hue angle of 303.02º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 177 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.28 |
| HSL | 303.02º | 0.61% | 0.45% | - |
| HSV(B) | 303.02º | 0.76% | 0.72% | - |
| XYZ | 28.64 | 15.24 | 43.03 | - |
| YUV | 101.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 177 | 0 | 0.76 | 0.04 | 0.28 | 303.02 | 0.61 | 0.45 |
| Hex | B8 | 2D | B1 | 0 | 4C | 4 | 1C | 12F | 3D | 2D |
| Octal | 270 | 55 | 261 | 0 | 114 | 4 | 34 | 457 | 75 | 55 |
| Binary | 10111000 | 101101 | 10110001 | 0 | 1001100 | 100 | 11100 | 100101111 | 111101 | 101101 |
Color Harmonies of #B82DB1
Complementary color
Monochromatic Colors of #B82DB1
Black with #B82DB1
Text Example
Text Example
White with #B82DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DB1; }
p { color: rgb(184,45,177); }
H1.HeaderClassName
{
color: #B82DB1;
}
.AnyTagClassName
{
color: #B82DB1;
}
</style>
background-color css
<style>
a { background-color: #B82DB1; }
a { background-color: rgb(184,45,177); }
div.DivClassName
{
background-color: #B82DB1;
}
.BgClassName
{
background-color: #B82DB1;
}
</style>
border-color css
<style>
span { border-color: #B82DB1; }
span { border-color: rgb(184,45,177); }
td.TdClassName
{
border-color: #B82DB1;
}
.TagClassName
{
border-color: #B82DB1;
}
</style>