Shades of Fuchsia #B829B4
Tints of Fuchsia #B829B4
RGB
CMYK
RGB Variations
Color information
#B829B4 (or 0xB829B4) is known color: Fuchsia. HEX triplet: B8, 29 and B4. RGB value is (184,41,180). Sum of RGB (Red+Green+Blue) = 184+41+180=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829B4 is #47D64B. Grayscale: #636363. Windows color (decimal): -4707916 or 11807160. OLE color: 11807160.
HSL color Cylindrical-coordinate representation of color #B829B4: hue angle of 301.68º 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 #B829B4 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 180 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.28 |
| HSL | 301.68º | 0.64% | 0.44% | - |
| HSV(B) | 301.68º | 0.78% | 0.72% | - |
| XYZ | 28.8 | 15.07 | 44.57 | - |
| YUV | 99.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 180 | 0 | 0.78 | 0.02 | 0.28 | 301.68 | 0.64 | 0.44 |
| Hex | B8 | 29 | B4 | 0 | 4E | 2 | 1C | 12E | 40 | 2C |
| Octal | 270 | 51 | 264 | 0 | 116 | 2 | 34 | 456 | 100 | 54 |
| Binary | 10111000 | 101001 | 10110100 | 0 | 1001110 | 10 | 11100 | 100101110 | 1000000 | 101100 |
Color Harmonies of #B829B4
Complementary color
Monochromatic Colors of #B829B4
Black with #B829B4
Text Example
Text Example
White with #B829B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829B4; }
p { color: rgb(184,41,180); }
H1.HeaderClassName
{
color: #B829B4;
}
.AnyTagClassName
{
color: #B829B4;
}
</style>
background-color css
<style>
a { background-color: #B829B4; }
a { background-color: rgb(184,41,180); }
div.DivClassName
{
background-color: #B829B4;
}
.BgClassName
{
background-color: #B829B4;
}
</style>
border-color css
<style>
span { border-color: #B829B4; }
span { border-color: rgb(184,41,180); }
td.TdClassName
{
border-color: #B829B4;
}
.TagClassName
{
border-color: #B829B4;
}
</style>