Shades of Fuchsia #B849C5
Tints of Fuchsia #B849C5
RGB
CMYK
RGB Variations
Color information
#B849C5 (or 0xB849C5) is known color: Fuchsia. HEX triplet: B8, 49 and C5. RGB value is (184,73,197). Sum of RGB (Red+Green+Blue) = 184+73+197=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #B849C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849C5 is #47B63A. Grayscale: #777777. Windows color (decimal): -4699707 or 12929464. OLE color: 12929464.
HSL color Cylindrical-coordinate representation of color #B849C5: hue angle of 293.71º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B849C5 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 73 | 197 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.23 |
| HSL | 293.71º | 0.52% | 0.53% | - |
| HSV(B) | 293.71º | 0.63% | 0.77% | - |
| XYZ | 32.23 | 18.99 | 54.79 | - |
| YUV | 120.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 197 | 0.07 | 0.63 | 0 | 0.23 | 293.71 | 0.52 | 0.53 |
| Hex | B8 | 49 | C5 | 7 | 3F | 0 | 17 | 126 | 34 | 35 |
| Octal | 270 | 111 | 305 | 7 | 77 | 0 | 27 | 446 | 64 | 65 |
| Binary | 10111000 | 1001001 | 11000101 | 111 | 111111 | 0 | 10111 | 100100110 | 110100 | 110101 |
Color Harmonies of #B849C5
Complementary color
Monochromatic Colors of #B849C5
Black with #B849C5
Text Example
Text Example
White with #B849C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849C5; }
p { color: rgb(184,73,197); }
H1.HeaderClassName
{
color: #B849C5;
}
.AnyTagClassName
{
color: #B849C5;
}
</style>
background-color css
<style>
a { background-color: #B849C5; }
a { background-color: rgb(184,73,197); }
div.DivClassName
{
background-color: #B849C5;
}
.BgClassName
{
background-color: #B849C5;
}
</style>
border-color css
<style>
span { border-color: #B849C5; }
span { border-color: rgb(184,73,197); }
td.TdClassName
{
border-color: #B849C5;
}
.TagClassName
{
border-color: #B849C5;
}
</style>