Shades of Fuchsia #BD2CB9
Tints of Fuchsia #BD2CB9
RGB
CMYK
RGB Variations
Color information
#BD2CB9 (or 0xBD2CB9) is known color: Fuchsia. HEX triplet: BD, 2C and B9. RGB value is (189,44,185). Sum of RGB (Red+Green+Blue) = 189+44+185=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CB9 is #42D346. Grayscale: #676767. Windows color (decimal): -4379463 or 12135613. OLE color: 12135613.
HSL color Cylindrical-coordinate representation of color #BD2CB9: hue angle of 301.66º 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 #BD2CB9 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 185 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.26 |
| HSL | 301.66º | 0.62% | 0.46% | - |
| HSV(B) | 301.66º | 0.77% | 0.74% | - |
| XYZ | 30.64 | 16.12 | 47.4 | - |
| YUV | 103.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 185 | 0 | 0.77 | 0.02 | 0.26 | 301.66 | 0.62 | 0.46 |
| Hex | BD | 2C | B9 | 0 | 4D | 2 | 1A | 12E | 3E | 2E |
| Octal | 275 | 54 | 271 | 0 | 115 | 2 | 32 | 456 | 76 | 56 |
| Binary | 10111101 | 101100 | 10111001 | 0 | 1001101 | 10 | 11010 | 100101110 | 111110 | 101110 |
Color Harmonies of #BD2CB9
Complementary color
Monochromatic Colors of #BD2CB9
Black with #BD2CB9
Text Example
Text Example
White with #BD2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CB9; }
p { color: rgb(189,44,185); }
H1.HeaderClassName
{
color: #BD2CB9;
}
.AnyTagClassName
{
color: #BD2CB9;
}
</style>
background-color css
<style>
a { background-color: #BD2CB9; }
a { background-color: rgb(189,44,185); }
div.DivClassName
{
background-color: #BD2CB9;
}
.BgClassName
{
background-color: #BD2CB9;
}
</style>
border-color css
<style>
span { border-color: #BD2CB9; }
span { border-color: rgb(189,44,185); }
td.TdClassName
{
border-color: #BD2CB9;
}
.TagClassName
{
border-color: #BD2CB9;
}
</style>