Shades of Fuchsia #BD49BE
Tints of Fuchsia #BD49BE
RGB
CMYK
RGB Variations
Color information
#BD49BE (or 0xBD49BE) is known color: Fuchsia. HEX triplet: BD, 49 and BE. RGB value is (189,73,190). Sum of RGB (Red+Green+Blue) = 189+73+190=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49BE is #42B641. Grayscale: #787878. Windows color (decimal): -4372034 or 12470717. OLE color: 12470717.
HSL color Cylindrical-coordinate representation of color #BD49BE: hue angle of 299.49º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD49BE is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 73 | 190 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.25 |
| HSL | 299.49º | 0.47% | 0.52% | - |
| HSV(B) | 299.49º | 0.62% | 0.75% | - |
| XYZ | 32.66 | 19.3 | 50.72 | - |
| YUV | 121.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 190 | 0.01 | 0.62 | 0 | 0.25 | 299.49 | 0.47 | 0.52 |
| Hex | BD | 49 | BE | 1 | 3E | 0 | 19 | 12B | 2F | 34 |
| Octal | 275 | 111 | 276 | 1 | 76 | 0 | 31 | 453 | 57 | 64 |
| Binary | 10111101 | 1001001 | 10111110 | 1 | 111110 | 0 | 11001 | 100101011 | 101111 | 110100 |
Color Harmonies of #BD49BE
Complementary color
Monochromatic Colors of #BD49BE
Black with #BD49BE
Text Example
Text Example
White with #BD49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49BE; }
p { color: rgb(189,73,190); }
H1.HeaderClassName
{
color: #BD49BE;
}
.AnyTagClassName
{
color: #BD49BE;
}
</style>
background-color css
<style>
a { background-color: #BD49BE; }
a { background-color: rgb(189,73,190); }
div.DivClassName
{
background-color: #BD49BE;
}
.BgClassName
{
background-color: #BD49BE;
}
</style>
border-color css
<style>
span { border-color: #BD49BE; }
span { border-color: rgb(189,73,190); }
td.TdClassName
{
border-color: #BD49BE;
}
.TagClassName
{
border-color: #BD49BE;
}
</style>