Shades of Fuchsia #BD2DB7
Tints of Fuchsia #BD2DB7
RGB
CMYK
RGB Variations
Color information
#BD2DB7 (or 0xBD2DB7) is known color: Fuchsia. HEX triplet: BD, 2D and B7. RGB value is (189,45,183). Sum of RGB (Red+Green+Blue) = 189+45+183=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DB7 is #42D248. Grayscale: #676767. Windows color (decimal): -4379209 or 12004797. OLE color: 12004797.
HSL color Cylindrical-coordinate representation of color #BD2DB7: hue angle of 302.5º 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 #BD2DB7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 183 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.26 |
| HSL | 302.5º | 0.62% | 0.46% | - |
| HSV(B) | 302.5º | 0.76% | 0.74% | - |
| XYZ | 30.47 | 16.11 | 46.3 | - |
| YUV | 103.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 183 | 0 | 0.76 | 0.03 | 0.26 | 302.5 | 0.62 | 0.46 |
| Hex | BD | 2D | B7 | 0 | 4C | 3 | 1A | 12E | 3E | 2E |
| Octal | 275 | 55 | 267 | 0 | 114 | 3 | 32 | 456 | 76 | 56 |
| Binary | 10111101 | 101101 | 10110111 | 0 | 1001100 | 11 | 11010 | 100101110 | 111110 | 101110 |
Color Harmonies of #BD2DB7
Complementary color
Monochromatic Colors of #BD2DB7
Black with #BD2DB7
Text Example
Text Example
White with #BD2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB7; }
p { color: rgb(189,45,183); }
H1.HeaderClassName
{
color: #BD2DB7;
}
.AnyTagClassName
{
color: #BD2DB7;
}
</style>
background-color css
<style>
a { background-color: #BD2DB7; }
a { background-color: rgb(189,45,183); }
div.DivClassName
{
background-color: #BD2DB7;
}
.BgClassName
{
background-color: #BD2DB7;
}
</style>
border-color css
<style>
span { border-color: #BD2DB7; }
span { border-color: rgb(189,45,183); }
td.TdClassName
{
border-color: #BD2DB7;
}
.TagClassName
{
border-color: #BD2DB7;
}
</style>