Shades of Fuchsia #BD43BC
Tints of Fuchsia #BD43BC
RGB
CMYK
RGB Variations
Color information
#BD43BC (or 0xBD43BC) is known color: Fuchsia. HEX triplet: BD, 43 and BC. RGB value is (189,67,188). Sum of RGB (Red+Green+Blue) = 189+67+188=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43BC is #42BC43. Grayscale: #747474. Windows color (decimal): -4373572 or 12338109. OLE color: 12338109.
HSL color Cylindrical-coordinate representation of color #BD43BC: hue angle of 300.49º 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 #BD43BC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 188 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.26 |
| HSL | 300.49º | 0.48% | 0.5% | - |
| HSV(B) | 300.49º | 0.65% | 0.74% | - |
| XYZ | 32.07 | 18.46 | 49.45 | - |
| YUV | 117.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 188 | 0 | 0.65 | 0.01 | 0.26 | 300.49 | 0.48 | 0.5 |
| Hex | BD | 43 | BC | 0 | 41 | 1 | 1A | 12C | 30 | 32 |
| Octal | 275 | 103 | 274 | 0 | 101 | 1 | 32 | 454 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10111100 | 0 | 1000001 | 1 | 11010 | 100101100 | 110000 | 110010 |
Color Harmonies of #BD43BC
Complementary color
Monochromatic Colors of #BD43BC
Black with #BD43BC
Text Example
Text Example
White with #BD43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43BC; }
p { color: rgb(189,67,188); }
H1.HeaderClassName
{
color: #BD43BC;
}
.AnyTagClassName
{
color: #BD43BC;
}
</style>
background-color css
<style>
a { background-color: #BD43BC; }
a { background-color: rgb(189,67,188); }
div.DivClassName
{
background-color: #BD43BC;
}
.BgClassName
{
background-color: #BD43BC;
}
</style>
border-color css
<style>
span { border-color: #BD43BC; }
span { border-color: rgb(189,67,188); }
td.TdClassName
{
border-color: #BD43BC;
}
.TagClassName
{
border-color: #BD43BC;
}
</style>