Shades of Fuchsia #BD4EBA
Tints of Fuchsia #BD4EBA
RGB
CMYK
RGB Variations
Color information
#BD4EBA (or 0xBD4EBA) is known color: Fuchsia. HEX triplet: BD, 4E and BA. RGB value is (189,78,186). Sum of RGB (Red+Green+Blue) = 189+78+186=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EBA is #42B145. Grayscale: #7B7B7B. Windows color (decimal): -4370758 or 12209853. OLE color: 12209853.
HSL color Cylindrical-coordinate representation of color #BD4EBA: hue angle of 301.62º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4EBA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 186 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.26 |
| HSL | 301.62º | 0.46% | 0.52% | - |
| HSV(B) | 301.62º | 0.59% | 0.74% | - |
| XYZ | 32.57 | 19.81 | 48.56 | - |
| YUV | 123.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 186 | 0 | 0.59 | 0.02 | 0.26 | 301.62 | 0.46 | 0.52 |
| Hex | BD | 4E | BA | 0 | 3B | 2 | 1A | 12E | 2E | 34 |
| Octal | 275 | 116 | 272 | 0 | 73 | 2 | 32 | 456 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10111010 | 0 | 111011 | 10 | 11010 | 100101110 | 101110 | 110100 |
Color Harmonies of #BD4EBA
Complementary color
Monochromatic Colors of #BD4EBA
Black with #BD4EBA
Text Example
Text Example
White with #BD4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EBA; }
p { color: rgb(189,78,186); }
H1.HeaderClassName
{
color: #BD4EBA;
}
.AnyTagClassName
{
color: #BD4EBA;
}
</style>
background-color css
<style>
a { background-color: #BD4EBA; }
a { background-color: rgb(189,78,186); }
div.DivClassName
{
background-color: #BD4EBA;
}
.BgClassName
{
background-color: #BD4EBA;
}
</style>
border-color css
<style>
span { border-color: #BD4EBA; }
span { border-color: rgb(189,78,186); }
td.TdClassName
{
border-color: #BD4EBA;
}
.TagClassName
{
border-color: #BD4EBA;
}
</style>