Shades of Fuchsia #BD2DB9
Tints of Fuchsia #BD2DB9
RGB
CMYK
RGB Variations
Color information
#BD2DB9 (or 0xBD2DB9) is known color: Fuchsia. HEX triplet: BD, 2D and B9. RGB value is (189,45,185). Sum of RGB (Red+Green+Blue) = 189+45+185=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DB9 is #42D246. Grayscale: #676767. Windows color (decimal): -4379207 or 12135869. OLE color: 12135869.
HSL color Cylindrical-coordinate representation of color #BD2DB9: hue angle of 301.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2DB9 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 185 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.26 |
| HSL | 301.67º | 0.62% | 0.46% | - |
| HSV(B) | 301.67º | 0.76% | 0.74% | - |
| XYZ | 30.68 | 16.2 | 47.41 | - |
| YUV | 104.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 185 | 0 | 0.76 | 0.02 | 0.26 | 301.67 | 0.62 | 0.46 |
| Hex | BD | 2D | B9 | 0 | 4C | 2 | 1A | 12E | 3E | 2E |
| Octal | 275 | 55 | 271 | 0 | 114 | 2 | 32 | 456 | 76 | 56 |
| Binary | 10111101 | 101101 | 10111001 | 0 | 1001100 | 10 | 11010 | 100101110 | 111110 | 101110 |
Color Harmonies of #BD2DB9
Complementary color
Monochromatic Colors of #BD2DB9
Black with #BD2DB9
Text Example
Text Example
White with #BD2DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB9; }
p { color: rgb(189,45,185); }
H1.HeaderClassName
{
color: #BD2DB9;
}
.AnyTagClassName
{
color: #BD2DB9;
}
</style>
background-color css
<style>
a { background-color: #BD2DB9; }
a { background-color: rgb(189,45,185); }
div.DivClassName
{
background-color: #BD2DB9;
}
.BgClassName
{
background-color: #BD2DB9;
}
</style>
border-color css
<style>
span { border-color: #BD2DB9; }
span { border-color: rgb(189,45,185); }
td.TdClassName
{
border-color: #BD2DB9;
}
.TagClassName
{
border-color: #BD2DB9;
}
</style>