Shades of Fuchsia #B449BD
Tints of Fuchsia #B449BD
RGB
CMYK
RGB Variations
Color information
#B449BD (or 0xB449BD) is known color: Fuchsia. HEX triplet: B4, 49 and BD. RGB value is (180,73,189). Sum of RGB (Red+Green+Blue) = 180+73+189=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #B449BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449BD is #4BB642. Grayscale: #757575. Windows color (decimal): -4961859 or 12405172. OLE color: 12405172.
HSL color Cylindrical-coordinate representation of color #B449BD: hue angle of 295.34º degrees, saturation: 0.47, 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 #B449BD is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 73 | 189 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.26 |
| HSL | 295.34º | 0.47% | 0.51% | - |
| HSV(B) | 295.34º | 0.61% | 0.74% | - |
| XYZ | 30.39 | 18.14 | 50.04 | - |
| YUV | 118.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 189 | 0.05 | 0.61 | 0 | 0.26 | 295.34 | 0.47 | 0.51 |
| Hex | B4 | 49 | BD | 5 | 3D | 0 | 1A | 127 | 2F | 33 |
| Octal | 264 | 111 | 275 | 5 | 75 | 0 | 32 | 447 | 57 | 63 |
| Binary | 10110100 | 1001001 | 10111101 | 101 | 111101 | 0 | 11010 | 100100111 | 101111 | 110011 |
Color Harmonies of #B449BD
Complementary color
Monochromatic Colors of #B449BD
Black with #B449BD
Text Example
Text Example
White with #B449BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449BD; }
p { color: rgb(180,73,189); }
H1.HeaderClassName
{
color: #B449BD;
}
.AnyTagClassName
{
color: #B449BD;
}
</style>
background-color css
<style>
a { background-color: #B449BD; }
a { background-color: rgb(180,73,189); }
div.DivClassName
{
background-color: #B449BD;
}
.BgClassName
{
background-color: #B449BD;
}
</style>
border-color css
<style>
span { border-color: #B449BD; }
span { border-color: rgb(180,73,189); }
td.TdClassName
{
border-color: #B449BD;
}
.TagClassName
{
border-color: #B449BD;
}
</style>