Shades of Fuchsia #B829BC
Tints of Fuchsia #B829BC
RGB
CMYK
RGB Variations
Color information
#B829BC (or 0xB829BC) is known color: Fuchsia. HEX triplet: B8, 29 and BC. RGB value is (184,41,188). Sum of RGB (Red+Green+Blue) = 184+41+188=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B829BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829BC is #47D643. Grayscale: #646464. Windows color (decimal): -4707908 or 12331448. OLE color: 12331448.
HSL color Cylindrical-coordinate representation of color #B829BC: hue angle of 298.37º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B829BC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 41 | 188 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.26 |
| HSL | 298.37º | 0.64% | 0.45% | - |
| HSV(B) | 298.37º | 0.78% | 0.74% | - |
| XYZ | 29.64 | 15.41 | 48.99 | - |
| YUV | 100.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 188 | 0.02 | 0.78 | 0 | 0.26 | 298.37 | 0.64 | 0.45 |
| Hex | B8 | 29 | BC | 2 | 4E | 0 | 1A | 12A | 40 | 2D |
| Octal | 270 | 51 | 274 | 2 | 116 | 0 | 32 | 452 | 100 | 55 |
| Binary | 10111000 | 101001 | 10111100 | 10 | 1001110 | 0 | 11010 | 100101010 | 1000000 | 101101 |
Color Harmonies of #B829BC
Complementary color
Monochromatic Colors of #B829BC
Black with #B829BC
Text Example
Text Example
White with #B829BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829BC; }
p { color: rgb(184,41,188); }
H1.HeaderClassName
{
color: #B829BC;
}
.AnyTagClassName
{
color: #B829BC;
}
</style>
background-color css
<style>
a { background-color: #B829BC; }
a { background-color: rgb(184,41,188); }
div.DivClassName
{
background-color: #B829BC;
}
.BgClassName
{
background-color: #B829BC;
}
</style>
border-color css
<style>
span { border-color: #B829BC; }
span { border-color: rgb(184,41,188); }
td.TdClassName
{
border-color: #B829BC;
}
.TagClassName
{
border-color: #B829BC;
}
</style>