Shades of Fuchsia #B82BB3
Tints of Fuchsia #B82BB3
RGB
CMYK
RGB Variations
Color information
#B82BB3 (or 0xB82BB3) is known color: Fuchsia. HEX triplet: B8, 2B and B3. RGB value is (184,43,179). Sum of RGB (Red+Green+Blue) = 184+43+179=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BB3 is #47D44C. Grayscale: #646464. Windows color (decimal): -4707405 or 11742136. OLE color: 11742136.
HSL color Cylindrical-coordinate representation of color #B82BB3: hue angle of 302.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82BB3 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 179 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.28 |
| HSL | 302.13º | 0.62% | 0.45% | - |
| HSV(B) | 302.13º | 0.77% | 0.72% | - |
| XYZ | 28.77 | 15.17 | 44.06 | - |
| YUV | 100.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 179 | 0 | 0.77 | 0.03 | 0.28 | 302.13 | 0.62 | 0.45 |
| Hex | B8 | 2B | B3 | 0 | 4D | 3 | 1C | 12E | 3E | 2D |
| Octal | 270 | 53 | 263 | 0 | 115 | 3 | 34 | 456 | 76 | 55 |
| Binary | 10111000 | 101011 | 10110011 | 0 | 1001101 | 11 | 11100 | 100101110 | 111110 | 101101 |
Color Harmonies of #B82BB3
Complementary color
Monochromatic Colors of #B82BB3
Black with #B82BB3
Text Example
Text Example
White with #B82BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BB3; }
p { color: rgb(184,43,179); }
H1.HeaderClassName
{
color: #B82BB3;
}
.AnyTagClassName
{
color: #B82BB3;
}
</style>
background-color css
<style>
a { background-color: #B82BB3; }
a { background-color: rgb(184,43,179); }
div.DivClassName
{
background-color: #B82BB3;
}
.BgClassName
{
background-color: #B82BB3;
}
</style>
border-color css
<style>
span { border-color: #B82BB3; }
span { border-color: rgb(184,43,179); }
td.TdClassName
{
border-color: #B82BB3;
}
.TagClassName
{
border-color: #B82BB3;
}
</style>