Shades of Fuchsia #BD2DBD
Tints of Fuchsia #BD2DBD
RGB
CMYK
RGB Variations
Color information
#BD2DBD (or 0xBD2DBD) is known color: Fuchsia. HEX triplet: BD, 2D and BD. RGB value is (189,45,189). Sum of RGB (Red+Green+Blue) = 189+45+189=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD2DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DBD is #42D242. Grayscale: #686868. Windows color (decimal): -4379203 or 12398013. OLE color: 12398013.
HSL color Cylindrical-coordinate representation of color #BD2DBD: hue angle of 300º 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 #BD2DBD is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 189 | - |
| CMYK | 0 | 0.76 | 0 | 0.26 |
| HSL | 300º | 0.62% | 0.46% | - |
| HSV(B) | 300º | 0.76% | 0.74% | - |
| XYZ | 31.11 | 16.37 | 49.66 | - |
| YUV | 104.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 189 | 0 | 0.76 | 0 | 0.26 | 300 | 0.62 | 0.46 |
| Hex | BD | 2D | BD | 0 | 4C | 0 | 1A | 12C | 3E | 2E |
| Octal | 275 | 55 | 275 | 0 | 114 | 0 | 32 | 454 | 76 | 56 |
| Binary | 10111101 | 101101 | 10111101 | 0 | 1001100 | 0 | 11010 | 100101100 | 111110 | 101110 |
Color Harmonies of #BD2DBD
Complementary color
Monochromatic Colors of #BD2DBD
Black with #BD2DBD
Text Example
Text Example
White with #BD2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DBD; }
p { color: rgb(189,45,189); }
H1.HeaderClassName
{
color: #BD2DBD;
}
.AnyTagClassName
{
color: #BD2DBD;
}
</style>
background-color css
<style>
a { background-color: #BD2DBD; }
a { background-color: rgb(189,45,189); }
div.DivClassName
{
background-color: #BD2DBD;
}
.BgClassName
{
background-color: #BD2DBD;
}
</style>
border-color css
<style>
span { border-color: #BD2DBD; }
span { border-color: rgb(189,45,189); }
td.TdClassName
{
border-color: #BD2DBD;
}
.TagClassName
{
border-color: #BD2DBD;
}
</style>