Shades of Fuchsia #B832B0
Tints of Fuchsia #B832B0
RGB
CMYK
RGB Variations
Color information
#B832B0 (or 0xB832B0) is known color: Fuchsia. HEX triplet: B8, 32 and B0. RGB value is (184,50,176). Sum of RGB (Red+Green+Blue) = 184+50+176=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B832B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832B0 is #47CD4F. Grayscale: #686868. Windows color (decimal): -4705616 or 11547320. OLE color: 11547320.
HSL color Cylindrical-coordinate representation of color #B832B0: hue angle of 303.58º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B832B0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 176 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.28 |
| HSL | 303.58º | 0.57% | 0.46% | - |
| HSV(B) | 303.58º | 0.73% | 0.72% | - |
| XYZ | 28.74 | 15.61 | 42.57 | - |
| YUV | 104.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 176 | 0 | 0.73 | 0.04 | 0.28 | 303.58 | 0.57 | 0.46 |
| Hex | B8 | 32 | B0 | 0 | 49 | 4 | 1C | 130 | 39 | 2E |
| Octal | 270 | 62 | 260 | 0 | 111 | 4 | 34 | 460 | 71 | 56 |
| Binary | 10111000 | 110010 | 10110000 | 0 | 1001001 | 100 | 11100 | 100110000 | 111001 | 101110 |
Color Harmonies of #B832B0
Complementary color
Monochromatic Colors of #B832B0
Black with #B832B0
Text Example
Text Example
White with #B832B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832B0; }
p { color: rgb(184,50,176); }
H1.HeaderClassName
{
color: #B832B0;
}
.AnyTagClassName
{
color: #B832B0;
}
</style>
background-color css
<style>
a { background-color: #B832B0; }
a { background-color: rgb(184,50,176); }
div.DivClassName
{
background-color: #B832B0;
}
.BgClassName
{
background-color: #B832B0;
}
</style>
border-color css
<style>
span { border-color: #B832B0; }
span { border-color: rgb(184,50,176); }
td.TdClassName
{
border-color: #B832B0;
}
.TagClassName
{
border-color: #B832B0;
}
</style>