Shades of Fuchsia #BD4DC7
Tints of Fuchsia #BD4DC7
RGB
CMYK
RGB Variations
Color information
#BD4DC7 (or 0xBD4DC7) is known color: Fuchsia. HEX triplet: BD, 4D and C7. RGB value is (189,77,199). Sum of RGB (Red+Green+Blue) = 189+77+199=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD4DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DC7 is #42B238. Grayscale: #7C7C7C. Windows color (decimal): -4371001 or 13061565. OLE color: 13061565.
HSL color Cylindrical-coordinate representation of color #BD4DC7: hue angle of 295.08º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4DC7 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 77 | 199 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.22 |
| HSL | 295.08º | 0.52% | 0.54% | - |
| HSV(B) | 295.08º | 0.61% | 0.78% | - |
| XYZ | 33.95 | 20.25 | 56.15 | - |
| YUV | 124.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 199 | 0.05 | 0.61 | 0 | 0.22 | 295.08 | 0.52 | 0.54 |
| Hex | BD | 4D | C7 | 5 | 3D | 0 | 16 | 127 | 34 | 36 |
| Octal | 275 | 115 | 307 | 5 | 75 | 0 | 26 | 447 | 64 | 66 |
| Binary | 10111101 | 1001101 | 11000111 | 101 | 111101 | 0 | 10110 | 100100111 | 110100 | 110110 |
Color Harmonies of #BD4DC7
Complementary color
Monochromatic Colors of #BD4DC7
Black with #BD4DC7
Text Example
Text Example
White with #BD4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DC7; }
p { color: rgb(189,77,199); }
H1.HeaderClassName
{
color: #BD4DC7;
}
.AnyTagClassName
{
color: #BD4DC7;
}
</style>
background-color css
<style>
a { background-color: #BD4DC7; }
a { background-color: rgb(189,77,199); }
div.DivClassName
{
background-color: #BD4DC7;
}
.BgClassName
{
background-color: #BD4DC7;
}
</style>
border-color css
<style>
span { border-color: #BD4DC7; }
span { border-color: rgb(189,77,199); }
td.TdClassName
{
border-color: #BD4DC7;
}
.TagClassName
{
border-color: #BD4DC7;
}
</style>