Shades of Fuchsia #BD4CA8
Tints of Fuchsia #BD4CA8
RGB
CMYK
RGB Variations
Color information
#BD4CA8 (or 0xBD4CA8) is known color: Fuchsia. HEX triplet: BD, 4C and A8. RGB value is (189,76,168). Sum of RGB (Red+Green+Blue) = 189+76+168=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CA8 is #42B357. Grayscale: #787878. Windows color (decimal): -4371288 or 11029693. OLE color: 11029693.
HSL color Cylindrical-coordinate representation of color #BD4CA8: hue angle of 311.15º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CA8 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 168 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.26 |
| HSL | 311.15º | 0.46% | 0.52% | - |
| HSV(B) | 311.15º | 0.6% | 0.74% | - |
| XYZ | 30.64 | 18.81 | 39.06 | - |
| YUV | 120.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 168 | 0 | 0.60 | 0.11 | 0.26 | 311.15 | 0.46 | 0.52 |
| Hex | BD | 4C | A8 | 0 | 3C | B | 1A | 137 | 2E | 34 |
| Octal | 275 | 114 | 250 | 0 | 74 | 13 | 32 | 467 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10101000 | 0 | 111100 | 1011 | 11010 | 100110111 | 101110 | 110100 |
Color Harmonies of #BD4CA8
Complementary color
Monochromatic Colors of #BD4CA8
Black with #BD4CA8
Text Example
Text Example
White with #BD4CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CA8; }
p { color: rgb(189,76,168); }
H1.HeaderClassName
{
color: #BD4CA8;
}
.AnyTagClassName
{
color: #BD4CA8;
}
</style>
background-color css
<style>
a { background-color: #BD4CA8; }
a { background-color: rgb(189,76,168); }
div.DivClassName
{
background-color: #BD4CA8;
}
.BgClassName
{
background-color: #BD4CA8;
}
</style>
border-color css
<style>
span { border-color: #BD4CA8; }
span { border-color: rgb(189,76,168); }
td.TdClassName
{
border-color: #BD4CA8;
}
.TagClassName
{
border-color: #BD4CA8;
}
</style>