Shades of Fuchsia #B829B5
Tints of Fuchsia #B829B5
RGB
CMYK
RGB Variations
Color information
#B829B5 (or 0xB829B5) is known color: Fuchsia. HEX triplet: B8, 29 and B5. RGB value is (184,41,181). Sum of RGB (Red+Green+Blue) = 184+41+181=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829B5 is #47D64A. Grayscale: #636363. Windows color (decimal): -4707915 or 11872696. OLE color: 11872696.
HSL color Cylindrical-coordinate representation of color #B829B5: hue angle of 301.26º 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 #B829B5 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 181 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.28 |
| HSL | 301.26º | 0.64% | 0.44% | - |
| HSV(B) | 301.26º | 0.78% | 0.72% | - |
| XYZ | 28.9 | 15.11 | 45.11 | - |
| YUV | 99.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 181 | 0 | 0.78 | 0.02 | 0.28 | 301.26 | 0.64 | 0.44 |
| Hex | B8 | 29 | B5 | 0 | 4E | 2 | 1C | 12D | 40 | 2C |
| Octal | 270 | 51 | 265 | 0 | 116 | 2 | 34 | 455 | 100 | 54 |
| Binary | 10111000 | 101001 | 10110101 | 0 | 1001110 | 10 | 11100 | 100101101 | 1000000 | 101100 |
Color Harmonies of #B829B5
Complementary color
Monochromatic Colors of #B829B5
Black with #B829B5
Text Example
Text Example
White with #B829B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829B5; }
p { color: rgb(184,41,181); }
H1.HeaderClassName
{
color: #B829B5;
}
.AnyTagClassName
{
color: #B829B5;
}
</style>
background-color css
<style>
a { background-color: #B829B5; }
a { background-color: rgb(184,41,181); }
div.DivClassName
{
background-color: #B829B5;
}
.BgClassName
{
background-color: #B829B5;
}
</style>
border-color css
<style>
span { border-color: #B829B5; }
span { border-color: rgb(184,41,181); }
td.TdClassName
{
border-color: #B829B5;
}
.TagClassName
{
border-color: #B829B5;
}
</style>