Shades of Fuchsia #BD2DB1
Tints of Fuchsia #BD2DB1
RGB
CMYK
RGB Variations
Color information
#BD2DB1 (or 0xBD2DB1) is known color: Fuchsia. HEX triplet: BD, 2D and B1. RGB value is (189,45,177). Sum of RGB (Red+Green+Blue) = 189+45+177=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2DB1 is #42D24E. Grayscale: #666666. Windows color (decimal): -4379215 or 11611581. OLE color: 11611581.
HSL color Cylindrical-coordinate representation of color #BD2DB1: hue angle of 305º 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 #BD2DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 177 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.26 |
| HSL | 305º | 0.62% | 0.46% | - |
| HSV(B) | 305º | 0.76% | 0.74% | - |
| XYZ | 29.86 | 15.87 | 43.08 | - |
| YUV | 103.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 177 | 0 | 0.76 | 0.06 | 0.26 | 305 | 0.62 | 0.46 |
| Hex | BD | 2D | B1 | 0 | 4C | 6 | 1A | 131 | 3E | 2E |
| Octal | 275 | 55 | 261 | 0 | 114 | 6 | 32 | 461 | 76 | 56 |
| Binary | 10111101 | 101101 | 10110001 | 0 | 1001100 | 110 | 11010 | 100110001 | 111110 | 101110 |
Color Harmonies of #BD2DB1
Complementary color
Monochromatic Colors of #BD2DB1
Black with #BD2DB1
Text Example
Text Example
White with #BD2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB1; }
p { color: rgb(189,45,177); }
H1.HeaderClassName
{
color: #BD2DB1;
}
.AnyTagClassName
{
color: #BD2DB1;
}
</style>
background-color css
<style>
a { background-color: #BD2DB1; }
a { background-color: rgb(189,45,177); }
div.DivClassName
{
background-color: #BD2DB1;
}
.BgClassName
{
background-color: #BD2DB1;
}
</style>
border-color css
<style>
span { border-color: #BD2DB1; }
span { border-color: rgb(189,45,177); }
td.TdClassName
{
border-color: #BD2DB1;
}
.TagClassName
{
border-color: #BD2DB1;
}
</style>