Shades of Fuchsia #B549C3
Tints of Fuchsia #B549C3
RGB
CMYK
RGB Variations
Color information
#B549C3 (or 0xB549C3) is known color: Fuchsia. HEX triplet: B5, 49 and C3. RGB value is (181,73,195). Sum of RGB (Red+Green+Blue) = 181+73+195=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #B549C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549C3 is #4AB63C. Grayscale: #767676. Windows color (decimal): -4896317 or 12798389. OLE color: 12798389.
HSL color Cylindrical-coordinate representation of color #B549C3: hue angle of 293.11º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B549C3 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 73 | 195 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.24 |
| HSL | 293.11º | 0.5% | 0.53% | - |
| HSV(B) | 293.11º | 0.63% | 0.76% | - |
| XYZ | 31.29 | 18.53 | 53.56 | - |
| YUV | 119.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 195 | 0.07 | 0.63 | 0 | 0.24 | 293.11 | 0.5 | 0.53 |
| Hex | B5 | 49 | C3 | 7 | 3F | 0 | 18 | 125 | 32 | 35 |
| Octal | 265 | 111 | 303 | 7 | 77 | 0 | 30 | 445 | 62 | 65 |
| Binary | 10110101 | 1001001 | 11000011 | 111 | 111111 | 0 | 11000 | 100100101 | 110010 | 110101 |
Color Harmonies of #B549C3
Complementary color
Monochromatic Colors of #B549C3
Black with #B549C3
Text Example
Text Example
White with #B549C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549C3; }
p { color: rgb(181,73,195); }
H1.HeaderClassName
{
color: #B549C3;
}
.AnyTagClassName
{
color: #B549C3;
}
</style>
background-color css
<style>
a { background-color: #B549C3; }
a { background-color: rgb(181,73,195); }
div.DivClassName
{
background-color: #B549C3;
}
.BgClassName
{
background-color: #B549C3;
}
</style>
border-color css
<style>
span { border-color: #B549C3; }
span { border-color: rgb(181,73,195); }
td.TdClassName
{
border-color: #B549C3;
}
.TagClassName
{
border-color: #B549C3;
}
</style>