Shades of Fuchsia #B829BB
Tints of Fuchsia #B829BB
RGB
CMYK
RGB Variations
Color information
#B829BB (or 0xB829BB) is known color: Fuchsia. HEX triplet: B8, 29 and BB. RGB value is (184,41,187). Sum of RGB (Red+Green+Blue) = 184+41+187=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #B829BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829BB is #47D644. Grayscale: #636363. Windows color (decimal): -4707909 or 12265912. OLE color: 12265912.
HSL color Cylindrical-coordinate representation of color #B829BB: hue angle of 298.77º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B829BB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 41 | 187 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.27 |
| HSL | 298.77º | 0.64% | 0.45% | - |
| HSV(B) | 298.77º | 0.78% | 0.73% | - |
| XYZ | 29.53 | 15.36 | 48.42 | - |
| YUV | 100.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 187 | 0.02 | 0.78 | 0 | 0.27 | 298.77 | 0.64 | 0.45 |
| Hex | B8 | 29 | BB | 2 | 4E | 0 | 1B | 12B | 40 | 2D |
| Octal | 270 | 51 | 273 | 2 | 116 | 0 | 33 | 453 | 100 | 55 |
| Binary | 10111000 | 101001 | 10111011 | 10 | 1001110 | 0 | 11011 | 100101011 | 1000000 | 101101 |
Color Harmonies of #B829BB
Complementary color
Monochromatic Colors of #B829BB
Black with #B829BB
Text Example
Text Example
White with #B829BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829BB; }
p { color: rgb(184,41,187); }
H1.HeaderClassName
{
color: #B829BB;
}
.AnyTagClassName
{
color: #B829BB;
}
</style>
background-color css
<style>
a { background-color: #B829BB; }
a { background-color: rgb(184,41,187); }
div.DivClassName
{
background-color: #B829BB;
}
.BgClassName
{
background-color: #B829BB;
}
</style>
border-color css
<style>
span { border-color: #B829BB; }
span { border-color: rgb(184,41,187); }
td.TdClassName
{
border-color: #B829BB;
}
.TagClassName
{
border-color: #B829BB;
}
</style>