Shades of Fuchsia #BD2DB0
Tints of Fuchsia #BD2DB0
RGB
CMYK
RGB Variations
Color information
#BD2DB0 (or 0xBD2DB0) is known color: Fuchsia. HEX triplet: BD, 2D and B0. RGB value is (189,45,176). Sum of RGB (Red+Green+Blue) = 189+45+176=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2DB0 is #42D24F. Grayscale: #666666. Windows color (decimal): -4379216 or 11546045. OLE color: 11546045.
HSL color Cylindrical-coordinate representation of color #BD2DB0: hue angle of 305.42º 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 #BD2DB0 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 176 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.26 |
| HSL | 305.42º | 0.62% | 0.46% | - |
| HSV(B) | 305.42º | 0.76% | 0.74% | - |
| XYZ | 29.76 | 15.83 | 42.56 | - |
| YUV | 102.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 176 | 0 | 0.76 | 0.07 | 0.26 | 305.42 | 0.62 | 0.46 |
| Hex | BD | 2D | B0 | 0 | 4C | 7 | 1A | 131 | 3E | 2E |
| Octal | 275 | 55 | 260 | 0 | 114 | 7 | 32 | 461 | 76 | 56 |
| Binary | 10111101 | 101101 | 10110000 | 0 | 1001100 | 111 | 11010 | 100110001 | 111110 | 101110 |
Color Harmonies of #BD2DB0
Complementary color
Monochromatic Colors of #BD2DB0
Black with #BD2DB0
Text Example
Text Example
White with #BD2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB0; }
p { color: rgb(189,45,176); }
H1.HeaderClassName
{
color: #BD2DB0;
}
.AnyTagClassName
{
color: #BD2DB0;
}
</style>
background-color css
<style>
a { background-color: #BD2DB0; }
a { background-color: rgb(189,45,176); }
div.DivClassName
{
background-color: #BD2DB0;
}
.BgClassName
{
background-color: #BD2DB0;
}
</style>
border-color css
<style>
span { border-color: #BD2DB0; }
span { border-color: rgb(189,45,176); }
td.TdClassName
{
border-color: #BD2DB0;
}
.TagClassName
{
border-color: #BD2DB0;
}
</style>