Shades of Fuchsia #B829B1
Tints of Fuchsia #B829B1
RGB
CMYK
RGB Variations
Color information
#B829B1 (or 0xB829B1) is known color: Fuchsia. HEX triplet: B8, 29 and B1. RGB value is (184,41,177). Sum of RGB (Red+Green+Blue) = 184+41+177=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B829B1 is #47D64E. Grayscale: #626262. Windows color (decimal): -4707919 or 11610552. OLE color: 11610552.
HSL color Cylindrical-coordinate representation of color #B829B1: hue angle of 302.94º 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 #B829B1 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 177 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.28 |
| HSL | 302.94º | 0.64% | 0.44% | - |
| HSV(B) | 302.94º | 0.78% | 0.72% | - |
| XYZ | 28.5 | 14.95 | 42.98 | - |
| YUV | 99.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 177 | 0 | 0.78 | 0.04 | 0.28 | 302.94 | 0.64 | 0.44 |
| Hex | B8 | 29 | B1 | 0 | 4E | 4 | 1C | 12F | 40 | 2C |
| Octal | 270 | 51 | 261 | 0 | 116 | 4 | 34 | 457 | 100 | 54 |
| Binary | 10111000 | 101001 | 10110001 | 0 | 1001110 | 100 | 11100 | 100101111 | 1000000 | 101100 |
Color Harmonies of #B829B1
Complementary color
Monochromatic Colors of #B829B1
Black with #B829B1
Text Example
Text Example
White with #B829B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829B1; }
p { color: rgb(184,41,177); }
H1.HeaderClassName
{
color: #B829B1;
}
.AnyTagClassName
{
color: #B829B1;
}
</style>
background-color css
<style>
a { background-color: #B829B1; }
a { background-color: rgb(184,41,177); }
div.DivClassName
{
background-color: #B829B1;
}
.BgClassName
{
background-color: #B829B1;
}
</style>
border-color css
<style>
span { border-color: #B829B1; }
span { border-color: rgb(184,41,177); }
td.TdClassName
{
border-color: #B829B1;
}
.TagClassName
{
border-color: #B829B1;
}
</style>