Shades of Fuchsia #BD49C2
Tints of Fuchsia #BD49C2
RGB
CMYK
RGB Variations
Color information
#BD49C2 (or 0xBD49C2) is known color: Fuchsia. HEX triplet: BD, 49 and C2. RGB value is (189,73,194). Sum of RGB (Red+Green+Blue) = 189+73+194=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD49C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49C2 is #42B63D. Grayscale: #797979. Windows color (decimal): -4372030 or 12732861. OLE color: 12732861.
HSL color Cylindrical-coordinate representation of color #BD49C2: hue angle of 297.52º degrees, saturation: 0.5, 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 #BD49C2 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 73 | 194 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.24 |
| HSL | 297.52º | 0.5% | 0.52% | - |
| HSV(B) | 297.52º | 0.62% | 0.76% | - |
| XYZ | 33.11 | 19.48 | 53.05 | - |
| YUV | 121.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 194 | 0.03 | 0.62 | 0 | 0.24 | 297.52 | 0.5 | 0.52 |
| Hex | BD | 49 | C2 | 3 | 3E | 0 | 18 | 12A | 32 | 34 |
| Octal | 275 | 111 | 302 | 3 | 76 | 0 | 30 | 452 | 62 | 64 |
| Binary | 10111101 | 1001001 | 11000010 | 11 | 111110 | 0 | 11000 | 100101010 | 110010 | 110100 |
Color Harmonies of #BD49C2
Complementary color
Monochromatic Colors of #BD49C2
Black with #BD49C2
Text Example
Text Example
White with #BD49C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49C2; }
p { color: rgb(189,73,194); }
H1.HeaderClassName
{
color: #BD49C2;
}
.AnyTagClassName
{
color: #BD49C2;
}
</style>
background-color css
<style>
a { background-color: #BD49C2; }
a { background-color: rgb(189,73,194); }
div.DivClassName
{
background-color: #BD49C2;
}
.BgClassName
{
background-color: #BD49C2;
}
</style>
border-color css
<style>
span { border-color: #BD49C2; }
span { border-color: rgb(189,73,194); }
td.TdClassName
{
border-color: #BD49C2;
}
.TagClassName
{
border-color: #BD49C2;
}
</style>