Shades of Fuchsia #BD49BB
Tints of Fuchsia #BD49BB
RGB
CMYK
RGB Variations
Color information
#BD49BB (or 0xBD49BB) is known color: Fuchsia. HEX triplet: BD, 49 and BB. RGB value is (189,73,187). Sum of RGB (Red+Green+Blue) = 189+73+187=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49BB is #42B644. Grayscale: #787878. Windows color (decimal): -4372037 or 12274109. OLE color: 12274109.
HSL color Cylindrical-coordinate representation of color #BD49BB: hue angle of 301.03º 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 #BD49BB is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 187 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.26 |
| HSL | 301.03º | 0.47% | 0.51% | - |
| HSV(B) | 301.03º | 0.61% | 0.74% | - |
| XYZ | 32.34 | 19.17 | 49.01 | - |
| YUV | 120.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 187 | 0 | 0.61 | 0.01 | 0.26 | 301.03 | 0.47 | 0.51 |
| Hex | BD | 49 | BB | 0 | 3D | 1 | 1A | 12D | 2F | 33 |
| Octal | 275 | 111 | 273 | 0 | 75 | 1 | 32 | 455 | 57 | 63 |
| Binary | 10111101 | 1001001 | 10111011 | 0 | 111101 | 1 | 11010 | 100101101 | 101111 | 110011 |
Color Harmonies of #BD49BB
Complementary color
Monochromatic Colors of #BD49BB
Black with #BD49BB
Text Example
Text Example
White with #BD49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49BB; }
p { color: rgb(189,73,187); }
H1.HeaderClassName
{
color: #BD49BB;
}
.AnyTagClassName
{
color: #BD49BB;
}
</style>
background-color css
<style>
a { background-color: #BD49BB; }
a { background-color: rgb(189,73,187); }
div.DivClassName
{
background-color: #BD49BB;
}
.BgClassName
{
background-color: #BD49BB;
}
</style>
border-color css
<style>
span { border-color: #BD49BB; }
span { border-color: rgb(189,73,187); }
td.TdClassName
{
border-color: #BD49BB;
}
.TagClassName
{
border-color: #BD49BB;
}
</style>