Shades of Fuchsia #BD2CBA
Tints of Fuchsia #BD2CBA
RGB
CMYK
RGB Variations
Color information
#BD2CBA (or 0xBD2CBA) is known color: Fuchsia. HEX triplet: BD, 2C and BA. RGB value is (189,44,186). Sum of RGB (Red+Green+Blue) = 189+44+186=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CBA is #42D345. Grayscale: #676767. Windows color (decimal): -4379462 or 12201149. OLE color: 12201149.
HSL color Cylindrical-coordinate representation of color #BD2CBA: hue angle of 301.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2CBA is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 186 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.26 |
| HSL | 301.24º | 0.62% | 0.46% | - |
| HSV(B) | 301.24º | 0.77% | 0.74% | - |
| XYZ | 30.75 | 16.17 | 47.95 | - |
| YUV | 103.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 186 | 0 | 0.77 | 0.02 | 0.26 | 301.24 | 0.62 | 0.46 |
| Hex | BD | 2C | BA | 0 | 4D | 2 | 1A | 12D | 3E | 2E |
| Octal | 275 | 54 | 272 | 0 | 115 | 2 | 32 | 455 | 76 | 56 |
| Binary | 10111101 | 101100 | 10111010 | 0 | 1001101 | 10 | 11010 | 100101101 | 111110 | 101110 |
Color Harmonies of #BD2CBA
Complementary color
Monochromatic Colors of #BD2CBA
Black with #BD2CBA
Text Example
Text Example
White with #BD2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CBA; }
p { color: rgb(189,44,186); }
H1.HeaderClassName
{
color: #BD2CBA;
}
.AnyTagClassName
{
color: #BD2CBA;
}
</style>
background-color css
<style>
a { background-color: #BD2CBA; }
a { background-color: rgb(189,44,186); }
div.DivClassName
{
background-color: #BD2CBA;
}
.BgClassName
{
background-color: #BD2CBA;
}
</style>
border-color css
<style>
span { border-color: #BD2CBA; }
span { border-color: rgb(189,44,186); }
td.TdClassName
{
border-color: #BD2CBA;
}
.TagClassName
{
border-color: #BD2CBA;
}
</style>