Shades of Fuchsia #B842C0
Tints of Fuchsia #B842C0
RGB
CMYK
RGB Variations
Color information
#B842C0 (or 0xB842C0) is known color: Fuchsia. HEX triplet: B8, 42 and C0. RGB value is (184,66,192). Sum of RGB (Red+Green+Blue) = 184+66+192=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #B842C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842C0 is #47BD3F. Grayscale: #737373. Windows color (decimal): -4701504 or 12599992. OLE color: 12599992.
HSL color Cylindrical-coordinate representation of color #B842C0: hue angle of 296.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B842C0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 66 | 192 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.25 |
| HSL | 296.19º | 0.5% | 0.51% | - |
| HSV(B) | 296.19º | 0.66% | 0.75% | - |
| XYZ | 31.23 | 17.89 | 51.68 | - |
| YUV | 115.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 192 | 0.04 | 0.66 | 0 | 0.25 | 296.19 | 0.5 | 0.51 |
| Hex | B8 | 42 | C0 | 4 | 42 | 0 | 19 | 128 | 32 | 33 |
| Octal | 270 | 102 | 300 | 4 | 102 | 0 | 31 | 450 | 62 | 63 |
| Binary | 10111000 | 1000010 | 11000000 | 100 | 1000010 | 0 | 11001 | 100101000 | 110010 | 110011 |
Color Harmonies of #B842C0
Complementary color
Monochromatic Colors of #B842C0
Black with #B842C0
Text Example
Text Example
White with #B842C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842C0; }
p { color: rgb(184,66,192); }
H1.HeaderClassName
{
color: #B842C0;
}
.AnyTagClassName
{
color: #B842C0;
}
</style>
background-color css
<style>
a { background-color: #B842C0; }
a { background-color: rgb(184,66,192); }
div.DivClassName
{
background-color: #B842C0;
}
.BgClassName
{
background-color: #B842C0;
}
</style>
border-color css
<style>
span { border-color: #B842C0; }
span { border-color: rgb(184,66,192); }
td.TdClassName
{
border-color: #B842C0;
}
.TagClassName
{
border-color: #B842C0;
}
</style>