Shades of Fuchsia #BD42B7
Tints of Fuchsia #BD42B7
RGB
CMYK
RGB Variations
Color information
#BD42B7 (or 0xBD42B7) is known color: Fuchsia. HEX triplet: BD, 42 and B7. RGB value is (189,66,183). Sum of RGB (Red+Green+Blue) = 189+66+183=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42B7 is #42BD48. Grayscale: #737373. Windows color (decimal): -4373833 or 12010173. OLE color: 12010173.
HSL color Cylindrical-coordinate representation of color #BD42B7: hue angle of 302.93º 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 #BD42B7 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 183 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.26 |
| HSL | 302.93º | 0.48% | 0.5% | - |
| HSV(B) | 302.93º | 0.65% | 0.74% | - |
| XYZ | 31.48 | 18.13 | 46.64 | - |
| YUV | 116.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 183 | 0 | 0.65 | 0.03 | 0.26 | 302.93 | 0.48 | 0.5 |
| Hex | BD | 42 | B7 | 0 | 41 | 3 | 1A | 12F | 30 | 32 |
| Octal | 275 | 102 | 267 | 0 | 101 | 3 | 32 | 457 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10110111 | 0 | 1000001 | 11 | 11010 | 100101111 | 110000 | 110010 |
Color Harmonies of #BD42B7
Complementary color
Monochromatic Colors of #BD42B7
Black with #BD42B7
Text Example
Text Example
White with #BD42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42B7; }
p { color: rgb(189,66,183); }
H1.HeaderClassName
{
color: #BD42B7;
}
.AnyTagClassName
{
color: #BD42B7;
}
</style>
background-color css
<style>
a { background-color: #BD42B7; }
a { background-color: rgb(189,66,183); }
div.DivClassName
{
background-color: #BD42B7;
}
.BgClassName
{
background-color: #BD42B7;
}
</style>
border-color css
<style>
span { border-color: #BD42B7; }
span { border-color: rgb(189,66,183); }
td.TdClassName
{
border-color: #BD42B7;
}
.TagClassName
{
border-color: #BD42B7;
}
</style>