Shades of Fuchsia #BD4CBA
Tints of Fuchsia #BD4CBA
RGB
CMYK
RGB Variations
Color information
#BD4CBA (or 0xBD4CBA) is known color: Fuchsia. HEX triplet: BD, 4C and BA. RGB value is (189,76,186). Sum of RGB (Red+Green+Blue) = 189+76+186=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CBA is #42B345. Grayscale: #7A7A7A. Windows color (decimal): -4371270 or 12209341. OLE color: 12209341.
HSL color Cylindrical-coordinate representation of color #BD4CBA: hue angle of 301.59º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CBA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 186 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.26 |
| HSL | 301.59º | 0.46% | 0.52% | - |
| HSV(B) | 301.59º | 0.6% | 0.74% | - |
| XYZ | 32.43 | 19.53 | 48.52 | - |
| YUV | 122.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 186 | 0 | 0.60 | 0.02 | 0.26 | 301.59 | 0.46 | 0.52 |
| Hex | BD | 4C | BA | 0 | 3C | 2 | 1A | 12E | 2E | 34 |
| Octal | 275 | 114 | 272 | 0 | 74 | 2 | 32 | 456 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10111010 | 0 | 111100 | 10 | 11010 | 100101110 | 101110 | 110100 |
Color Harmonies of #BD4CBA
Complementary color
Monochromatic Colors of #BD4CBA
Black with #BD4CBA
Text Example
Text Example
White with #BD4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CBA; }
p { color: rgb(189,76,186); }
H1.HeaderClassName
{
color: #BD4CBA;
}
.AnyTagClassName
{
color: #BD4CBA;
}
</style>
background-color css
<style>
a { background-color: #BD4CBA; }
a { background-color: rgb(189,76,186); }
div.DivClassName
{
background-color: #BD4CBA;
}
.BgClassName
{
background-color: #BD4CBA;
}
</style>
border-color css
<style>
span { border-color: #BD4CBA; }
span { border-color: rgb(189,76,186); }
td.TdClassName
{
border-color: #BD4CBA;
}
.TagClassName
{
border-color: #BD4CBA;
}
</style>