Shades of Fuchsia #BD42B2
Tints of Fuchsia #BD42B2
RGB
CMYK
RGB Variations
Color information
#BD42B2 (or 0xBD42B2) is known color: Fuchsia. HEX triplet: BD, 42 and B2. RGB value is (189,66,178). Sum of RGB (Red+Green+Blue) = 189+66+178=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD42B2 is #42BD4D. Grayscale: #737373. Windows color (decimal): -4373838 or 11682493. OLE color: 11682493.
HSL color Cylindrical-coordinate representation of color #BD42B2: hue angle of 305.37º 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 #BD42B2 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 178 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.26 |
| HSL | 305.37º | 0.48% | 0.5% | - |
| HSV(B) | 305.37º | 0.65% | 0.74% | - |
| XYZ | 30.97 | 17.93 | 43.95 | - |
| YUV | 115.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 178 | 0 | 0.65 | 0.06 | 0.26 | 305.37 | 0.48 | 0.5 |
| Hex | BD | 42 | B2 | 0 | 41 | 6 | 1A | 131 | 30 | 32 |
| Octal | 275 | 102 | 262 | 0 | 101 | 6 | 32 | 461 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10110010 | 0 | 1000001 | 110 | 11010 | 100110001 | 110000 | 110010 |
Color Harmonies of #BD42B2
Complementary color
Monochromatic Colors of #BD42B2
Black with #BD42B2
Text Example
Text Example
White with #BD42B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42B2; }
p { color: rgb(189,66,178); }
H1.HeaderClassName
{
color: #BD42B2;
}
.AnyTagClassName
{
color: #BD42B2;
}
</style>
background-color css
<style>
a { background-color: #BD42B2; }
a { background-color: rgb(189,66,178); }
div.DivClassName
{
background-color: #BD42B2;
}
.BgClassName
{
background-color: #BD42B2;
}
</style>
border-color css
<style>
span { border-color: #BD42B2; }
span { border-color: rgb(189,66,178); }
td.TdClassName
{
border-color: #BD42B2;
}
.TagClassName
{
border-color: #BD42B2;
}
</style>