Shades of Fuchsia #B833B7
Tints of Fuchsia #B833B7
RGB
CMYK
RGB Variations
Color information
#B833B7 (or 0xB833B7) is known color: Fuchsia. HEX triplet: B8, 33 and B7. RGB value is (184,51,183). Sum of RGB (Red+Green+Blue) = 184+51+183=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B833B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833B7 is #47CC48. Grayscale: #696969. Windows color (decimal): -4705353 or 12006328. OLE color: 12006328.
HSL color Cylindrical-coordinate representation of color #B833B7: hue angle of 300.45º 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 #B833B7 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 183 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.28 |
| HSL | 300.45º | 0.57% | 0.46% | - |
| HSV(B) | 300.45º | 0.72% | 0.72% | - |
| XYZ | 29.5 | 15.98 | 46.33 | - |
| YUV | 105.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 183 | 0 | 0.72 | 0.01 | 0.28 | 300.45 | 0.57 | 0.46 |
| Hex | B8 | 33 | B7 | 0 | 48 | 1 | 1C | 12C | 39 | 2E |
| Octal | 270 | 63 | 267 | 0 | 110 | 1 | 34 | 454 | 71 | 56 |
| Binary | 10111000 | 110011 | 10110111 | 0 | 1001000 | 1 | 11100 | 100101100 | 111001 | 101110 |
Color Harmonies of #B833B7
Complementary color
Monochromatic Colors of #B833B7
Black with #B833B7
Text Example
Text Example
White with #B833B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833B7; }
p { color: rgb(184,51,183); }
H1.HeaderClassName
{
color: #B833B7;
}
.AnyTagClassName
{
color: #B833B7;
}
</style>
background-color css
<style>
a { background-color: #B833B7; }
a { background-color: rgb(184,51,183); }
div.DivClassName
{
background-color: #B833B7;
}
.BgClassName
{
background-color: #B833B7;
}
</style>
border-color css
<style>
span { border-color: #B833B7; }
span { border-color: rgb(184,51,183); }
td.TdClassName
{
border-color: #B833B7;
}
.TagClassName
{
border-color: #B833B7;
}
</style>