Shades of Fuchsia #B849C0
Tints of Fuchsia #B849C0
RGB
CMYK
RGB Variations
Color information
#B849C0 (or 0xB849C0) is known color: Fuchsia. HEX triplet: B8, 49 and C0. RGB value is (184,73,192). Sum of RGB (Red+Green+Blue) = 184+73+192=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #B849C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849C0 is #47B63F. Grayscale: #777777. Windows color (decimal): -4699712 or 12601784. OLE color: 12601784.
HSL color Cylindrical-coordinate representation of color #B849C0: hue angle of 295.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B849C0 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 73 | 192 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.25 |
| HSL | 295.97º | 0.49% | 0.52% | - |
| HSV(B) | 295.97º | 0.62% | 0.75% | - |
| XYZ | 31.66 | 18.76 | 51.82 | - |
| YUV | 119.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 192 | 0.04 | 0.62 | 0 | 0.25 | 295.97 | 0.49 | 0.52 |
| Hex | B8 | 49 | C0 | 4 | 3E | 0 | 19 | 128 | 31 | 34 |
| Octal | 270 | 111 | 300 | 4 | 76 | 0 | 31 | 450 | 61 | 64 |
| Binary | 10111000 | 1001001 | 11000000 | 100 | 111110 | 0 | 11001 | 100101000 | 110001 | 110100 |
Color Harmonies of #B849C0
Complementary color
Monochromatic Colors of #B849C0
Black with #B849C0
Text Example
Text Example
White with #B849C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849C0; }
p { color: rgb(184,73,192); }
H1.HeaderClassName
{
color: #B849C0;
}
.AnyTagClassName
{
color: #B849C0;
}
</style>
background-color css
<style>
a { background-color: #B849C0; }
a { background-color: rgb(184,73,192); }
div.DivClassName
{
background-color: #B849C0;
}
.BgClassName
{
background-color: #B849C0;
}
</style>
border-color css
<style>
span { border-color: #B849C0; }
span { border-color: rgb(184,73,192); }
td.TdClassName
{
border-color: #B849C0;
}
.TagClassName
{
border-color: #B849C0;
}
</style>