Shades of Fuchsia #B549C1
Tints of Fuchsia #B549C1
RGB
CMYK
RGB Variations
Color information
#B549C1 (or 0xB549C1) is known color: Fuchsia. HEX triplet: B5, 49 and C1. RGB value is (181,73,193). Sum of RGB (Red+Green+Blue) = 181+73+193=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #B549C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549C1 is #4AB63E. Grayscale: #767676. Windows color (decimal): -4896319 or 12667317. OLE color: 12667317.
HSL color Cylindrical-coordinate representation of color #B549C1: hue angle of 294º 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 #B549C1 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 73 | 193 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.24 |
| HSL | 294º | 0.49% | 0.52% | - |
| HSV(B) | 294º | 0.62% | 0.76% | - |
| XYZ | 31.06 | 18.44 | 52.37 | - |
| YUV | 118.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 193 | 0.06 | 0.62 | 0 | 0.24 | 294 | 0.49 | 0.52 |
| Hex | B5 | 49 | C1 | 6 | 3E | 0 | 18 | 126 | 31 | 34 |
| Octal | 265 | 111 | 301 | 6 | 76 | 0 | 30 | 446 | 61 | 64 |
| Binary | 10110101 | 1001001 | 11000001 | 110 | 111110 | 0 | 11000 | 100100110 | 110001 | 110100 |
Color Harmonies of #B549C1
Complementary color
Monochromatic Colors of #B549C1
Black with #B549C1
Text Example
Text Example
White with #B549C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549C1; }
p { color: rgb(181,73,193); }
H1.HeaderClassName
{
color: #B549C1;
}
.AnyTagClassName
{
color: #B549C1;
}
</style>
background-color css
<style>
a { background-color: #B549C1; }
a { background-color: rgb(181,73,193); }
div.DivClassName
{
background-color: #B549C1;
}
.BgClassName
{
background-color: #B549C1;
}
</style>
border-color css
<style>
span { border-color: #B549C1; }
span { border-color: rgb(181,73,193); }
td.TdClassName
{
border-color: #B549C1;
}
.TagClassName
{
border-color: #B549C1;
}
</style>