Shades of Fuchsia #BD4DC8
Tints of Fuchsia #BD4DC8
RGB
CMYK
RGB Variations
Color information
#BD4DC8 (or 0xBD4DC8) is known color: Fuchsia. HEX triplet: BD, 4D and C8. RGB value is (189,77,200). Sum of RGB (Red+Green+Blue) = 189+77+200=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DC8 is #42B237. Grayscale: #7C7C7C. Windows color (decimal): -4371000 or 13127101. OLE color: 13127101.
HSL color Cylindrical-coordinate representation of color #BD4DC8: hue angle of 294.63º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DC8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 77 | 200 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.22 |
| HSL | 294.63º | 0.53% | 0.54% | - |
| HSV(B) | 294.63º | 0.62% | 0.78% | - |
| XYZ | 34.07 | 20.3 | 56.77 | - |
| YUV | 124.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 200 | 0.06 | 0.62 | 0 | 0.22 | 294.63 | 0.53 | 0.54 |
| Hex | BD | 4D | C8 | 6 | 3E | 0 | 16 | 127 | 35 | 36 |
| Octal | 275 | 115 | 310 | 6 | 76 | 0 | 26 | 447 | 65 | 66 |
| Binary | 10111101 | 1001101 | 11001000 | 110 | 111110 | 0 | 10110 | 100100111 | 110101 | 110110 |
Color Harmonies of #BD4DC8
Complementary color
Monochromatic Colors of #BD4DC8
Black with #BD4DC8
Text Example
Text Example
White with #BD4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DC8; }
p { color: rgb(189,77,200); }
H1.HeaderClassName
{
color: #BD4DC8;
}
.AnyTagClassName
{
color: #BD4DC8;
}
</style>
background-color css
<style>
a { background-color: #BD4DC8; }
a { background-color: rgb(189,77,200); }
div.DivClassName
{
background-color: #BD4DC8;
}
.BgClassName
{
background-color: #BD4DC8;
}
</style>
border-color css
<style>
span { border-color: #BD4DC8; }
span { border-color: rgb(189,77,200); }
td.TdClassName
{
border-color: #BD4DC8;
}
.TagClassName
{
border-color: #BD4DC8;
}
</style>