Shades of Fuchsia #BD2EBA
Tints of Fuchsia #BD2EBA
RGB
CMYK
RGB Variations
Color information
#BD2EBA (or 0xBD2EBA) is known color: Fuchsia. HEX triplet: BD, 2E and BA. RGB value is (189,46,186). Sum of RGB (Red+Green+Blue) = 189+46+186=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EBA is #42D145. Grayscale: #686868. Windows color (decimal): -4378950 or 12201661. OLE color: 12201661.
HSL color Cylindrical-coordinate representation of color #BD2EBA: hue angle of 301.26º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EBA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 186 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.26 |
| HSL | 301.26º | 0.61% | 0.46% | - |
| HSV(B) | 301.26º | 0.76% | 0.74% | - |
| XYZ | 30.83 | 16.32 | 47.98 | - |
| YUV | 104.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 186 | 0 | 0.76 | 0.02 | 0.26 | 301.26 | 0.61 | 0.46 |
| Hex | BD | 2E | BA | 0 | 4C | 2 | 1A | 12D | 3D | 2E |
| Octal | 275 | 56 | 272 | 0 | 114 | 2 | 32 | 455 | 75 | 56 |
| Binary | 10111101 | 101110 | 10111010 | 0 | 1001100 | 10 | 11010 | 100101101 | 111101 | 101110 |
Color Harmonies of #BD2EBA
Complementary color
Monochromatic Colors of #BD2EBA
Black with #BD2EBA
Text Example
Text Example
White with #BD2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EBA; }
p { color: rgb(189,46,186); }
H1.HeaderClassName
{
color: #BD2EBA;
}
.AnyTagClassName
{
color: #BD2EBA;
}
</style>
background-color css
<style>
a { background-color: #BD2EBA; }
a { background-color: rgb(189,46,186); }
div.DivClassName
{
background-color: #BD2EBA;
}
.BgClassName
{
background-color: #BD2EBA;
}
</style>
border-color css
<style>
span { border-color: #BD2EBA; }
span { border-color: rgb(189,46,186); }
td.TdClassName
{
border-color: #BD2EBA;
}
.TagClassName
{
border-color: #BD2EBA;
}
</style>