Shades of Fuchsia #BD43BA
Tints of Fuchsia #BD43BA
RGB
CMYK
RGB Variations
Color information
#BD43BA (or 0xBD43BA) is known color: Fuchsia. HEX triplet: BD, 43 and BA. RGB value is (189,67,186). Sum of RGB (Red+Green+Blue) = 189+67+186=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43BA is #42BC45. Grayscale: #747474. Windows color (decimal): -4373574 or 12207037. OLE color: 12207037.
HSL color Cylindrical-coordinate representation of color #BD43BA: hue angle of 301.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD43BA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 186 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.26 |
| HSL | 301.48º | 0.48% | 0.5% | - |
| HSV(B) | 301.48º | 0.65% | 0.74% | - |
| XYZ | 31.86 | 18.38 | 48.32 | - |
| YUV | 117.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 186 | 0 | 0.65 | 0.02 | 0.26 | 301.48 | 0.48 | 0.5 |
| Hex | BD | 43 | BA | 0 | 41 | 2 | 1A | 12D | 30 | 32 |
| Octal | 275 | 103 | 272 | 0 | 101 | 2 | 32 | 455 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10111010 | 0 | 1000001 | 10 | 11010 | 100101101 | 110000 | 110010 |
Color Harmonies of #BD43BA
Complementary color
Monochromatic Colors of #BD43BA
Black with #BD43BA
Text Example
Text Example
White with #BD43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43BA; }
p { color: rgb(189,67,186); }
H1.HeaderClassName
{
color: #BD43BA;
}
.AnyTagClassName
{
color: #BD43BA;
}
</style>
background-color css
<style>
a { background-color: #BD43BA; }
a { background-color: rgb(189,67,186); }
div.DivClassName
{
background-color: #BD43BA;
}
.BgClassName
{
background-color: #BD43BA;
}
</style>
border-color css
<style>
span { border-color: #BD43BA; }
span { border-color: rgb(189,67,186); }
td.TdClassName
{
border-color: #BD43BA;
}
.TagClassName
{
border-color: #BD43BA;
}
</style>