Shades of Fuchsia #BD4EC8
Tints of Fuchsia #BD4EC8
RGB
CMYK
RGB Variations
Color information
#BD4EC8 (or 0xBD4EC8) is known color: Fuchsia. HEX triplet: BD, 4E and C8. RGB value is (189,78,200). Sum of RGB (Red+Green+Blue) = 189+78+200=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD4EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC8 is #42B137. Grayscale: #7C7C7C. Windows color (decimal): -4370744 or 13127357. OLE color: 13127357.
HSL color Cylindrical-coordinate representation of color #BD4EC8: hue angle of 294.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4EC8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 78 | 200 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.22 |
| HSL | 294.59º | 0.53% | 0.55% | - |
| HSV(B) | 294.59º | 0.61% | 0.78% | - |
| XYZ | 34.14 | 20.44 | 56.79 | - |
| YUV | 125.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 200 | 0.06 | 0.61 | 0 | 0.22 | 294.59 | 0.53 | 0.55 |
| Hex | BD | 4E | C8 | 6 | 3D | 0 | 16 | 127 | 35 | 37 |
| Octal | 275 | 116 | 310 | 6 | 75 | 0 | 26 | 447 | 65 | 67 |
| Binary | 10111101 | 1001110 | 11001000 | 110 | 111101 | 0 | 10110 | 100100111 | 110101 | 110111 |
Color Harmonies of #BD4EC8
Complementary color
Monochromatic Colors of #BD4EC8
Black with #BD4EC8
Text Example
Text Example
White with #BD4EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EC8; }
p { color: rgb(189,78,200); }
H1.HeaderClassName
{
color: #BD4EC8;
}
.AnyTagClassName
{
color: #BD4EC8;
}
</style>
background-color css
<style>
a { background-color: #BD4EC8; }
a { background-color: rgb(189,78,200); }
div.DivClassName
{
background-color: #BD4EC8;
}
.BgClassName
{
background-color: #BD4EC8;
}
</style>
border-color css
<style>
span { border-color: #BD4EC8; }
span { border-color: rgb(189,78,200); }
td.TdClassName
{
border-color: #BD4EC8;
}
.TagClassName
{
border-color: #BD4EC8;
}
</style>