Shades of Fuchsia #B849C1
Tints of Fuchsia #B849C1
RGB
CMYK
RGB Variations
Color information
#B849C1 (or 0xB849C1) is known color: Fuchsia. HEX triplet: B8, 49 and C1. RGB value is (184,73,193). Sum of RGB (Red+Green+Blue) = 184+73+193=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B849C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849C1 is #47B63E. Grayscale: #777777. Windows color (decimal): -4699711 or 12667320. OLE color: 12667320.
HSL color Cylindrical-coordinate representation of color #B849C1: hue angle of 295.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B849C1 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 73 | 193 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.24 |
| HSL | 295.5º | 0.49% | 0.52% | - |
| HSV(B) | 295.5º | 0.62% | 0.76% | - |
| XYZ | 31.78 | 18.81 | 52.41 | - |
| YUV | 119.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 193 | 0.05 | 0.62 | 0 | 0.24 | 295.5 | 0.49 | 0.52 |
| Hex | B8 | 49 | C1 | 5 | 3E | 0 | 18 | 128 | 31 | 34 |
| Octal | 270 | 111 | 301 | 5 | 76 | 0 | 30 | 450 | 61 | 64 |
| Binary | 10111000 | 1001001 | 11000001 | 101 | 111110 | 0 | 11000 | 100101000 | 110001 | 110100 |
Color Harmonies of #B849C1
Complementary color
Monochromatic Colors of #B849C1
Black with #B849C1
Text Example
Text Example
White with #B849C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849C1; }
p { color: rgb(184,73,193); }
H1.HeaderClassName
{
color: #B849C1;
}
.AnyTagClassName
{
color: #B849C1;
}
</style>
background-color css
<style>
a { background-color: #B849C1; }
a { background-color: rgb(184,73,193); }
div.DivClassName
{
background-color: #B849C1;
}
.BgClassName
{
background-color: #B849C1;
}
</style>
border-color css
<style>
span { border-color: #B849C1; }
span { border-color: rgb(184,73,193); }
td.TdClassName
{
border-color: #B849C1;
}
.TagClassName
{
border-color: #B849C1;
}
</style>