Shades of Fuchsia #B828B3
Tints of Fuchsia #B828B3
RGB
CMYK
RGB Variations
Color information
#B828B3 (or 0xB828B3) is known color: Fuchsia. HEX triplet: B8, 28 and B3. RGB value is (184,40,179). Sum of RGB (Red+Green+Blue) = 184+40+179=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828B3 is #47D74C. Grayscale: #626262. Windows color (decimal): -4708173 or 11741368. OLE color: 11741368.
HSL color Cylindrical-coordinate representation of color #B828B3: hue angle of 302.08º 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 #B828B3 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 179 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.28 |
| HSL | 302.08º | 0.64% | 0.44% | - |
| HSV(B) | 302.08º | 0.78% | 0.72% | - |
| XYZ | 28.66 | 14.96 | 44.03 | - |
| YUV | 98.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 179 | 0 | 0.78 | 0.03 | 0.28 | 302.08 | 0.64 | 0.44 |
| Hex | B8 | 28 | B3 | 0 | 4E | 3 | 1C | 12E | 40 | 2C |
| Octal | 270 | 50 | 263 | 0 | 116 | 3 | 34 | 456 | 100 | 54 |
| Binary | 10111000 | 101000 | 10110011 | 0 | 1001110 | 11 | 11100 | 100101110 | 1000000 | 101100 |
Color Harmonies of #B828B3
Complementary color
Monochromatic Colors of #B828B3
Black with #B828B3
Text Example
Text Example
White with #B828B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828B3; }
p { color: rgb(184,40,179); }
H1.HeaderClassName
{
color: #B828B3;
}
.AnyTagClassName
{
color: #B828B3;
}
</style>
background-color css
<style>
a { background-color: #B828B3; }
a { background-color: rgb(184,40,179); }
div.DivClassName
{
background-color: #B828B3;
}
.BgClassName
{
background-color: #B828B3;
}
</style>
border-color css
<style>
span { border-color: #B828B3; }
span { border-color: rgb(184,40,179); }
td.TdClassName
{
border-color: #B828B3;
}
.TagClassName
{
border-color: #B828B3;
}
</style>