Shades of Fuchsia #B830AD
Tints of Fuchsia #B830AD
RGB
CMYK
RGB Variations
Color information
#B830AD (or 0xB830AD) is known color: Fuchsia. HEX triplet: B8, 30 and AD. RGB value is (184,48,173). Sum of RGB (Red+Green+Blue) = 184+48+173=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B830AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830AD is #47CF52. Grayscale: #666666. Windows color (decimal): -4706131 or 11350200. OLE color: 11350200.
HSL color Cylindrical-coordinate representation of color #B830AD: hue angle of 304.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B830AD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 173 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.28 |
| HSL | 304.85º | 0.59% | 0.45% | - |
| HSV(B) | 304.85º | 0.74% | 0.72% | - |
| XYZ | 28.37 | 15.32 | 41 | - |
| YUV | 102.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 173 | 0 | 0.74 | 0.06 | 0.28 | 304.85 | 0.59 | 0.45 |
| Hex | B8 | 30 | AD | 0 | 4A | 6 | 1C | 131 | 3B | 2D |
| Octal | 270 | 60 | 255 | 0 | 112 | 6 | 34 | 461 | 73 | 55 |
| Binary | 10111000 | 110000 | 10101101 | 0 | 1001010 | 110 | 11100 | 100110001 | 111011 | 101101 |
Color Harmonies of #B830AD
Complementary color
Monochromatic Colors of #B830AD
Black with #B830AD
Text Example
Text Example
White with #B830AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830AD; }
p { color: rgb(184,48,173); }
H1.HeaderClassName
{
color: #B830AD;
}
.AnyTagClassName
{
color: #B830AD;
}
</style>
background-color css
<style>
a { background-color: #B830AD; }
a { background-color: rgb(184,48,173); }
div.DivClassName
{
background-color: #B830AD;
}
.BgClassName
{
background-color: #B830AD;
}
</style>
border-color css
<style>
span { border-color: #B830AD; }
span { border-color: rgb(184,48,173); }
td.TdClassName
{
border-color: #B830AD;
}
.TagClassName
{
border-color: #B830AD;
}
</style>