Shades of Fuchsia #B828B0
Tints of Fuchsia #B828B0
RGB
CMYK
RGB Variations
Color information
#B828B0 (or 0xB828B0) is known color: Fuchsia. HEX triplet: B8, 28 and B0. RGB value is (184,40,176). Sum of RGB (Red+Green+Blue) = 184+40+176=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828B0 is #47D74F. Grayscale: #626262. Windows color (decimal): -4708176 or 11544760. OLE color: 11544760.
HSL color Cylindrical-coordinate representation of color #B828B0: hue angle of 303.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B828B0 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 176 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.28 |
| HSL | 303.33º | 0.64% | 0.44% | - |
| HSV(B) | 303.33º | 0.78% | 0.72% | - |
| XYZ | 28.36 | 14.84 | 42.44 | - |
| YUV | 98.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 176 | 0 | 0.78 | 0.04 | 0.28 | 303.33 | 0.64 | 0.44 |
| Hex | B8 | 28 | B0 | 0 | 4E | 4 | 1C | 12F | 40 | 2C |
| Octal | 270 | 50 | 260 | 0 | 116 | 4 | 34 | 457 | 100 | 54 |
| Binary | 10111000 | 101000 | 10110000 | 0 | 1001110 | 100 | 11100 | 100101111 | 1000000 | 101100 |
Color Harmonies of #B828B0
Complementary color
Monochromatic Colors of #B828B0
Black with #B828B0
Text Example
Text Example
White with #B828B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828B0; }
p { color: rgb(184,40,176); }
H1.HeaderClassName
{
color: #B828B0;
}
.AnyTagClassName
{
color: #B828B0;
}
</style>
background-color css
<style>
a { background-color: #B828B0; }
a { background-color: rgb(184,40,176); }
div.DivClassName
{
background-color: #B828B0;
}
.BgClassName
{
background-color: #B828B0;
}
</style>
border-color css
<style>
span { border-color: #B828B0; }
span { border-color: rgb(184,40,176); }
td.TdClassName
{
border-color: #B828B0;
}
.TagClassName
{
border-color: #B828B0;
}
</style>