Shades of Fuchsia #BD2DB5
Tints of Fuchsia #BD2DB5
RGB
CMYK
RGB Variations
Color information
#BD2DB5 (or 0xBD2DB5) is known color: Fuchsia. HEX triplet: BD, 2D and B5. RGB value is (189,45,181). Sum of RGB (Red+Green+Blue) = 189+45+181=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DB5 is #42D24A. Grayscale: #676767. Windows color (decimal): -4379211 or 11873725. OLE color: 11873725.
HSL color Cylindrical-coordinate representation of color #BD2DB5: hue angle of 303.33º 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 #BD2DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 181 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.26 |
| HSL | 303.33º | 0.62% | 0.46% | - |
| HSV(B) | 303.33º | 0.76% | 0.74% | - |
| XYZ | 30.27 | 16.03 | 45.22 | - |
| YUV | 103.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 181 | 0 | 0.76 | 0.04 | 0.26 | 303.33 | 0.62 | 0.46 |
| Hex | BD | 2D | B5 | 0 | 4C | 4 | 1A | 12F | 3E | 2E |
| Octal | 275 | 55 | 265 | 0 | 114 | 4 | 32 | 457 | 76 | 56 |
| Binary | 10111101 | 101101 | 10110101 | 0 | 1001100 | 100 | 11010 | 100101111 | 111110 | 101110 |
Color Harmonies of #BD2DB5
Complementary color
Monochromatic Colors of #BD2DB5
Black with #BD2DB5
Text Example
Text Example
White with #BD2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB5; }
p { color: rgb(189,45,181); }
H1.HeaderClassName
{
color: #BD2DB5;
}
.AnyTagClassName
{
color: #BD2DB5;
}
</style>
background-color css
<style>
a { background-color: #BD2DB5; }
a { background-color: rgb(189,45,181); }
div.DivClassName
{
background-color: #BD2DB5;
}
.BgClassName
{
background-color: #BD2DB5;
}
</style>
border-color css
<style>
span { border-color: #BD2DB5; }
span { border-color: rgb(189,45,181); }
td.TdClassName
{
border-color: #BD2DB5;
}
.TagClassName
{
border-color: #BD2DB5;
}
</style>