Shades of Fuchsia #BD42B5
Tints of Fuchsia #BD42B5
RGB
CMYK
RGB Variations
Color information
#BD42B5 (or 0xBD42B5) is known color: Fuchsia. HEX triplet: BD, 42 and B5. RGB value is (189,66,181). Sum of RGB (Red+Green+Blue) = 189+66+181=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42B5 is #42BD4A. Grayscale: #737373. Windows color (decimal): -4373835 or 11879101. OLE color: 11879101.
HSL color Cylindrical-coordinate representation of color #BD42B5: hue angle of 303.9º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD42B5 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 181 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.26 |
| HSL | 303.9º | 0.48% | 0.5% | - |
| HSV(B) | 303.9º | 0.65% | 0.74% | - |
| XYZ | 31.27 | 18.05 | 45.55 | - |
| YUV | 115.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 181 | 0 | 0.65 | 0.04 | 0.26 | 303.9 | 0.48 | 0.5 |
| Hex | BD | 42 | B5 | 0 | 41 | 4 | 1A | 130 | 30 | 32 |
| Octal | 275 | 102 | 265 | 0 | 101 | 4 | 32 | 460 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10110101 | 0 | 1000001 | 100 | 11010 | 100110000 | 110000 | 110010 |
Color Harmonies of #BD42B5
Complementary color
Monochromatic Colors of #BD42B5
Black with #BD42B5
Text Example
Text Example
White with #BD42B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42B5; }
p { color: rgb(189,66,181); }
H1.HeaderClassName
{
color: #BD42B5;
}
.AnyTagClassName
{
color: #BD42B5;
}
</style>
background-color css
<style>
a { background-color: #BD42B5; }
a { background-color: rgb(189,66,181); }
div.DivClassName
{
background-color: #BD42B5;
}
.BgClassName
{
background-color: #BD42B5;
}
</style>
border-color css
<style>
span { border-color: #BD42B5; }
span { border-color: rgb(189,66,181); }
td.TdClassName
{
border-color: #BD42B5;
}
.TagClassName
{
border-color: #BD42B5;
}
</style>