Shades of Fuchsia #BD4CA7
Tints of Fuchsia #BD4CA7
RGB
CMYK
RGB Variations
Color information
#BD4CA7 (or 0xBD4CA7) is known color: Fuchsia. HEX triplet: BD, 4C and A7. RGB value is (189,76,167). Sum of RGB (Red+Green+Blue) = 189+76+167=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CA7 is #42B358. Grayscale: #777777. Windows color (decimal): -4371289 or 10964157. OLE color: 10964157.
HSL color Cylindrical-coordinate representation of color #BD4CA7: hue angle of 311.68º 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 #BD4CA7 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 167 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.26 |
| HSL | 311.68º | 0.46% | 0.52% | - |
| HSV(B) | 311.68º | 0.6% | 0.74% | - |
| XYZ | 30.55 | 18.78 | 38.57 | - |
| YUV | 120.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 167 | 0 | 0.60 | 0.12 | 0.26 | 311.68 | 0.46 | 0.52 |
| Hex | BD | 4C | A7 | 0 | 3C | C | 1A | 138 | 2E | 34 |
| Octal | 275 | 114 | 247 | 0 | 74 | 14 | 32 | 470 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10100111 | 0 | 111100 | 1100 | 11010 | 100111000 | 101110 | 110100 |
Color Harmonies of #BD4CA7
Complementary color
Monochromatic Colors of #BD4CA7
Black with #BD4CA7
Text Example
Text Example
White with #BD4CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CA7; }
p { color: rgb(189,76,167); }
H1.HeaderClassName
{
color: #BD4CA7;
}
.AnyTagClassName
{
color: #BD4CA7;
}
</style>
background-color css
<style>
a { background-color: #BD4CA7; }
a { background-color: rgb(189,76,167); }
div.DivClassName
{
background-color: #BD4CA7;
}
.BgClassName
{
background-color: #BD4CA7;
}
</style>
border-color css
<style>
span { border-color: #BD4CA7; }
span { border-color: rgb(189,76,167); }
td.TdClassName
{
border-color: #BD4CA7;
}
.TagClassName
{
border-color: #BD4CA7;
}
</style>