Shades of Fuchsia #BD4EC9
Tints of Fuchsia #BD4EC9
RGB
CMYK
RGB Variations
Color information
#BD4EC9 (or 0xBD4EC9) is known color: Fuchsia. HEX triplet: BD, 4E and C9. RGB value is (189,78,201). Sum of RGB (Red+Green+Blue) = 189+78+201=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC9 is #42B136. Grayscale: #7C7C7C. Windows color (decimal): -4370743 or 13192893. OLE color: 13192893.
HSL color Cylindrical-coordinate representation of color #BD4EC9: hue angle of 294.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4EC9 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 78 | 201 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.21 |
| HSL | 294.15º | 0.53% | 0.55% | - |
| HSV(B) | 294.15º | 0.61% | 0.79% | - |
| XYZ | 34.25 | 20.48 | 57.41 | - |
| YUV | 125.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 201 | 0.06 | 0.61 | 0 | 0.21 | 294.15 | 0.53 | 0.55 |
| Hex | BD | 4E | C9 | 6 | 3D | 0 | 15 | 126 | 35 | 37 |
| Octal | 275 | 116 | 311 | 6 | 75 | 0 | 25 | 446 | 65 | 67 |
| Binary | 10111101 | 1001110 | 11001001 | 110 | 111101 | 0 | 10101 | 100100110 | 110101 | 110111 |
Color Harmonies of #BD4EC9
Complementary color
Monochromatic Colors of #BD4EC9
Black with #BD4EC9
Text Example
Text Example
White with #BD4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EC9; }
p { color: rgb(189,78,201); }
H1.HeaderClassName
{
color: #BD4EC9;
}
.AnyTagClassName
{
color: #BD4EC9;
}
</style>
background-color css
<style>
a { background-color: #BD4EC9; }
a { background-color: rgb(189,78,201); }
div.DivClassName
{
background-color: #BD4EC9;
}
.BgClassName
{
background-color: #BD4EC9;
}
</style>
border-color css
<style>
span { border-color: #BD4EC9; }
span { border-color: rgb(189,78,201); }
td.TdClassName
{
border-color: #BD4EC9;
}
.TagClassName
{
border-color: #BD4EC9;
}
</style>