Shades of Fuchsia #B82CB2
Tints of Fuchsia #B82CB2
RGB
CMYK
RGB Variations
Color information
#B82CB2 (or 0xB82CB2) is known color: Fuchsia. HEX triplet: B8, 2C and B2. RGB value is (184,44,178). Sum of RGB (Red+Green+Blue) = 184+44+178=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B82CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82CB2 is #47D34D. Grayscale: #646464. Windows color (decimal): -4707150 or 11676856. OLE color: 11676856.
HSL color Cylindrical-coordinate representation of color #B82CB2: hue angle of 302.57º 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 #B82CB2 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 178 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.28 |
| HSL | 302.57º | 0.61% | 0.45% | - |
| HSV(B) | 302.57º | 0.76% | 0.72% | - |
| XYZ | 28.7 | 15.21 | 43.54 | - |
| YUV | 101.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 178 | 0 | 0.76 | 0.03 | 0.28 | 302.57 | 0.61 | 0.45 |
| Hex | B8 | 2C | B2 | 0 | 4C | 3 | 1C | 12F | 3D | 2D |
| Octal | 270 | 54 | 262 | 0 | 114 | 3 | 34 | 457 | 75 | 55 |
| Binary | 10111000 | 101100 | 10110010 | 0 | 1001100 | 11 | 11100 | 100101111 | 111101 | 101101 |
Color Harmonies of #B82CB2
Complementary color
Monochromatic Colors of #B82CB2
Black with #B82CB2
Text Example
Text Example
White with #B82CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CB2; }
p { color: rgb(184,44,178); }
H1.HeaderClassName
{
color: #B82CB2;
}
.AnyTagClassName
{
color: #B82CB2;
}
</style>
background-color css
<style>
a { background-color: #B82CB2; }
a { background-color: rgb(184,44,178); }
div.DivClassName
{
background-color: #B82CB2;
}
.BgClassName
{
background-color: #B82CB2;
}
</style>
border-color css
<style>
span { border-color: #B82CB2; }
span { border-color: rgb(184,44,178); }
td.TdClassName
{
border-color: #B82CB2;
}
.TagClassName
{
border-color: #B82CB2;
}
</style>