Shades of Fuchsia #B833B0
Tints of Fuchsia #B833B0
RGB
CMYK
RGB Variations
Color information
#B833B0 (or 0xB833B0) is known color: Fuchsia. HEX triplet: B8, 33 and B0. RGB value is (184,51,176). Sum of RGB (Red+Green+Blue) = 184+51+176=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B833B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B833B0 is #47CC4F. Grayscale: #686868. Windows color (decimal): -4705360 or 11547576. OLE color: 11547576.
HSL color Cylindrical-coordinate representation of color #B833B0: hue angle of 303.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B833B0 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 176 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.28 |
| HSL | 303.61º | 0.57% | 0.46% | - |
| HSV(B) | 303.61º | 0.72% | 0.72% | - |
| XYZ | 28.79 | 15.69 | 42.59 | - |
| YUV | 105.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 176 | 0 | 0.72 | 0.04 | 0.28 | 303.61 | 0.57 | 0.46 |
| Hex | B8 | 33 | B0 | 0 | 48 | 4 | 1C | 130 | 39 | 2E |
| Octal | 270 | 63 | 260 | 0 | 110 | 4 | 34 | 460 | 71 | 56 |
| Binary | 10111000 | 110011 | 10110000 | 0 | 1001000 | 100 | 11100 | 100110000 | 111001 | 101110 |
Color Harmonies of #B833B0
Complementary color
Monochromatic Colors of #B833B0
Black with #B833B0
Text Example
Text Example
White with #B833B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833B0; }
p { color: rgb(184,51,176); }
H1.HeaderClassName
{
color: #B833B0;
}
.AnyTagClassName
{
color: #B833B0;
}
</style>
background-color css
<style>
a { background-color: #B833B0; }
a { background-color: rgb(184,51,176); }
div.DivClassName
{
background-color: #B833B0;
}
.BgClassName
{
background-color: #B833B0;
}
</style>
border-color css
<style>
span { border-color: #B833B0; }
span { border-color: rgb(184,51,176); }
td.TdClassName
{
border-color: #B833B0;
}
.TagClassName
{
border-color: #B833B0;
}
</style>