Shades of Fuchsia #BD38BA
Tints of Fuchsia #BD38BA
RGB
CMYK
RGB Variations
Color information
#BD38BA (or 0xBD38BA) is known color: Fuchsia. HEX triplet: BD, 38 and BA. RGB value is (189,56,186). Sum of RGB (Red+Green+Blue) = 189+56+186=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38BA is #42C745. Grayscale: #6E6E6E. Windows color (decimal): -4376390 or 12204221. OLE color: 12204221.
HSL color Cylindrical-coordinate representation of color #BD38BA: hue angle of 301.35º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD38BA is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 186 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.26 |
| HSL | 301.35º | 0.54% | 0.48% | - |
| HSV(B) | 301.35º | 0.7% | 0.74% | - |
| XYZ | 31.26 | 17.19 | 48.13 | - |
| YUV | 110.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 186 | 0 | 0.70 | 0.02 | 0.26 | 301.35 | 0.54 | 0.48 |
| Hex | BD | 38 | BA | 0 | 46 | 2 | 1A | 12D | 36 | 30 |
| Octal | 275 | 70 | 272 | 0 | 106 | 2 | 32 | 455 | 66 | 60 |
| Binary | 10111101 | 111000 | 10111010 | 0 | 1000110 | 10 | 11010 | 100101101 | 110110 | 110000 |
Color Harmonies of #BD38BA
Complementary color
Monochromatic Colors of #BD38BA
Black with #BD38BA
Text Example
Text Example
White with #BD38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38BA; }
p { color: rgb(189,56,186); }
H1.HeaderClassName
{
color: #BD38BA;
}
.AnyTagClassName
{
color: #BD38BA;
}
</style>
background-color css
<style>
a { background-color: #BD38BA; }
a { background-color: rgb(189,56,186); }
div.DivClassName
{
background-color: #BD38BA;
}
.BgClassName
{
background-color: #BD38BA;
}
</style>
border-color css
<style>
span { border-color: #BD38BA; }
span { border-color: rgb(189,56,186); }
td.TdClassName
{
border-color: #BD38BA;
}
.TagClassName
{
border-color: #BD38BA;
}
</style>