Shades of Fuchsia #BD42A6
Tints of Fuchsia #BD42A6
RGB
CMYK
RGB Variations
Color information
#BD42A6 (or 0xBD42A6) is known color: Fuchsia. HEX triplet: BD, 42 and A6. RGB value is (189,66,166). Sum of RGB (Red+Green+Blue) = 189+66+166=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD42A6 is #42BD59. Grayscale: #717171. Windows color (decimal): -4373850 or 10896061. OLE color: 10896061.
HSL color Cylindrical-coordinate representation of color #BD42A6: hue angle of 311.22º 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 #BD42A6 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 166 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.26 |
| HSL | 311.22º | 0.48% | 0.5% | - |
| HSV(B) | 311.22º | 0.65% | 0.74% | - |
| XYZ | 29.82 | 17.47 | 37.88 | - |
| YUV | 114.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 166 | 0 | 0.65 | 0.12 | 0.26 | 311.22 | 0.48 | 0.5 |
| Hex | BD | 42 | A6 | 0 | 41 | C | 1A | 137 | 30 | 32 |
| Octal | 275 | 102 | 246 | 0 | 101 | 14 | 32 | 467 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10100110 | 0 | 1000001 | 1100 | 11010 | 100110111 | 110000 | 110010 |
Color Harmonies of #BD42A6
Complementary color
Monochromatic Colors of #BD42A6
Black with #BD42A6
Text Example
Text Example
White with #BD42A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42A6; }
p { color: rgb(189,66,166); }
H1.HeaderClassName
{
color: #BD42A6;
}
.AnyTagClassName
{
color: #BD42A6;
}
</style>
background-color css
<style>
a { background-color: #BD42A6; }
a { background-color: rgb(189,66,166); }
div.DivClassName
{
background-color: #BD42A6;
}
.BgClassName
{
background-color: #BD42A6;
}
</style>
border-color css
<style>
span { border-color: #BD42A6; }
span { border-color: rgb(189,66,166); }
td.TdClassName
{
border-color: #BD42A6;
}
.TagClassName
{
border-color: #BD42A6;
}
</style>