Shades of Fuchsia #B833AD
Tints of Fuchsia #B833AD
RGB
CMYK
RGB Variations
Color information
#B833AD (or 0xB833AD) is known color: Fuchsia. HEX triplet: B8, 33 and AD. RGB value is (184,51,173). Sum of RGB (Red+Green+Blue) = 184+51+173=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B833AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B833AD is #47CC52. Grayscale: #686868. Windows color (decimal): -4705363 or 11350968. OLE color: 11350968.
HSL color Cylindrical-coordinate representation of color #B833AD: hue angle of 304.96º 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 #B833AD is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 173 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.28 |
| HSL | 304.96º | 0.57% | 0.46% | - |
| HSV(B) | 304.96º | 0.72% | 0.72% | - |
| XYZ | 28.49 | 15.58 | 41.04 | - |
| YUV | 104.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 173 | 0 | 0.72 | 0.06 | 0.28 | 304.96 | 0.57 | 0.46 |
| Hex | B8 | 33 | AD | 0 | 48 | 6 | 1C | 131 | 39 | 2E |
| Octal | 270 | 63 | 255 | 0 | 110 | 6 | 34 | 461 | 71 | 56 |
| Binary | 10111000 | 110011 | 10101101 | 0 | 1001000 | 110 | 11100 | 100110001 | 111001 | 101110 |
Color Harmonies of #B833AD
Complementary color
Monochromatic Colors of #B833AD
Black with #B833AD
Text Example
Text Example
White with #B833AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833AD; }
p { color: rgb(184,51,173); }
H1.HeaderClassName
{
color: #B833AD;
}
.AnyTagClassName
{
color: #B833AD;
}
</style>
background-color css
<style>
a { background-color: #B833AD; }
a { background-color: rgb(184,51,173); }
div.DivClassName
{
background-color: #B833AD;
}
.BgClassName
{
background-color: #B833AD;
}
</style>
border-color css
<style>
span { border-color: #B833AD; }
span { border-color: rgb(184,51,173); }
td.TdClassName
{
border-color: #B833AD;
}
.TagClassName
{
border-color: #B833AD;
}
</style>