Shades of Fuchsia #B449C3
Tints of Fuchsia #B449C3
RGB
CMYK
RGB Variations
Color information
#B449C3 (or 0xB449C3) is known color: Fuchsia. HEX triplet: B4, 49 and C3. RGB value is (180,73,195). Sum of RGB (Red+Green+Blue) = 180+73+195=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #B449C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449C3 is #4BB63C. Grayscale: #767676. Windows color (decimal): -4961853 or 12798388. OLE color: 12798388.
HSL color Cylindrical-coordinate representation of color #B449C3: hue angle of 292.62º 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 #B449C3 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 73 | 195 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.24 |
| HSL | 292.62º | 0.5% | 0.53% | - |
| HSV(B) | 292.62º | 0.63% | 0.76% | - |
| XYZ | 31.06 | 18.41 | 53.55 | - |
| YUV | 118.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 195 | 0.08 | 0.63 | 0 | 0.24 | 292.62 | 0.5 | 0.53 |
| Hex | B4 | 49 | C3 | 8 | 3F | 0 | 18 | 125 | 32 | 35 |
| Octal | 264 | 111 | 303 | 10 | 77 | 0 | 30 | 445 | 62 | 65 |
| Binary | 10110100 | 1001001 | 11000011 | 1000 | 111111 | 0 | 11000 | 100100101 | 110010 | 110101 |
Color Harmonies of #B449C3
Complementary color
Monochromatic Colors of #B449C3
Black with #B449C3
Text Example
Text Example
White with #B449C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449C3; }
p { color: rgb(180,73,195); }
H1.HeaderClassName
{
color: #B449C3;
}
.AnyTagClassName
{
color: #B449C3;
}
</style>
background-color css
<style>
a { background-color: #B449C3; }
a { background-color: rgb(180,73,195); }
div.DivClassName
{
background-color: #B449C3;
}
.BgClassName
{
background-color: #B449C3;
}
</style>
border-color css
<style>
span { border-color: #B449C3; }
span { border-color: rgb(180,73,195); }
td.TdClassName
{
border-color: #B449C3;
}
.TagClassName
{
border-color: #B449C3;
}
</style>