Shades of Fuchsia #BD49CA
Tints of Fuchsia #BD49CA
RGB
CMYK
RGB Variations
Color information
#BD49CA (or 0xBD49CA) is known color: Fuchsia. HEX triplet: BD, 49 and CA. RGB value is (189,73,202). Sum of RGB (Red+Green+Blue) = 189+73+202=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49CA is #42B635. Grayscale: #797979. Windows color (decimal): -4372022 or 13257149. OLE color: 13257149.
HSL color Cylindrical-coordinate representation of color #BD49CA: hue angle of 293.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD49CA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 73 | 202 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.21 |
| HSL | 293.95º | 0.55% | 0.54% | - |
| HSV(B) | 293.95º | 0.64% | 0.79% | - |
| XYZ | 34.03 | 19.85 | 57.91 | - |
| YUV | 122.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 202 | 0.06 | 0.64 | 0 | 0.21 | 293.95 | 0.55 | 0.54 |
| Hex | BD | 49 | CA | 6 | 40 | 0 | 15 | 126 | 37 | 36 |
| Octal | 275 | 111 | 312 | 6 | 100 | 0 | 25 | 446 | 67 | 66 |
| Binary | 10111101 | 1001001 | 11001010 | 110 | 1000000 | 0 | 10101 | 100100110 | 110111 | 110110 |
Color Harmonies of #BD49CA
Complementary color
Monochromatic Colors of #BD49CA
Black with #BD49CA
Text Example
Text Example
White with #BD49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49CA; }
p { color: rgb(189,73,202); }
H1.HeaderClassName
{
color: #BD49CA;
}
.AnyTagClassName
{
color: #BD49CA;
}
</style>
background-color css
<style>
a { background-color: #BD49CA; }
a { background-color: rgb(189,73,202); }
div.DivClassName
{
background-color: #BD49CA;
}
.BgClassName
{
background-color: #BD49CA;
}
</style>
border-color css
<style>
span { border-color: #BD49CA; }
span { border-color: rgb(189,73,202); }
td.TdClassName
{
border-color: #BD49CA;
}
.TagClassName
{
border-color: #BD49CA;
}
</style>