Shades of Fuchsia #B449BC
Tints of Fuchsia #B449BC
RGB
CMYK
RGB Variations
Color information
#B449BC (or 0xB449BC) is known color: Fuchsia. HEX triplet: B4, 49 and BC. RGB value is (180,73,188). Sum of RGB (Red+Green+Blue) = 180+73+188=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #B449BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449BC is #4BB643. Grayscale: #757575. Windows color (decimal): -4961860 or 12339636. OLE color: 12339636.
HSL color Cylindrical-coordinate representation of color #B449BC: hue angle of 295.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B449BC is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 73 | 188 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.26 |
| HSL | 295.83º | 0.46% | 0.51% | - |
| HSV(B) | 295.83º | 0.61% | 0.74% | - |
| XYZ | 30.28 | 18.1 | 49.47 | - |
| YUV | 118.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 188 | 0.04 | 0.61 | 0 | 0.26 | 295.83 | 0.46 | 0.51 |
| Hex | B4 | 49 | BC | 4 | 3D | 0 | 1A | 128 | 2E | 33 |
| Octal | 264 | 111 | 274 | 4 | 75 | 0 | 32 | 450 | 56 | 63 |
| Binary | 10110100 | 1001001 | 10111100 | 100 | 111101 | 0 | 11010 | 100101000 | 101110 | 110011 |
Color Harmonies of #B449BC
Complementary color
Monochromatic Colors of #B449BC
Black with #B449BC
Text Example
Text Example
White with #B449BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449BC; }
p { color: rgb(180,73,188); }
H1.HeaderClassName
{
color: #B449BC;
}
.AnyTagClassName
{
color: #B449BC;
}
</style>
background-color css
<style>
a { background-color: #B449BC; }
a { background-color: rgb(180,73,188); }
div.DivClassName
{
background-color: #B449BC;
}
.BgClassName
{
background-color: #B449BC;
}
</style>
border-color css
<style>
span { border-color: #B449BC; }
span { border-color: rgb(180,73,188); }
td.TdClassName
{
border-color: #B449BC;
}
.TagClassName
{
border-color: #B449BC;
}
</style>