Shades of Fuchsia #BD43B1
Tints of Fuchsia #BD43B1
RGB
CMYK
RGB Variations
Color information
#BD43B1 (or 0xBD43B1) is known color: Fuchsia. HEX triplet: BD, 43 and B1. RGB value is (189,67,177). Sum of RGB (Red+Green+Blue) = 189+67+177=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD43B1 is #42BC4E. Grayscale: #737373. Windows color (decimal): -4373583 or 11617213. OLE color: 11617213.
HSL color Cylindrical-coordinate representation of color #BD43B1: hue angle of 305.9º 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 #BD43B1 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 177 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.26 |
| HSL | 305.9º | 0.48% | 0.5% | - |
| HSV(B) | 305.9º | 0.65% | 0.74% | - |
| XYZ | 30.93 | 18.01 | 43.44 | - |
| YUV | 116.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 177 | 0 | 0.65 | 0.06 | 0.26 | 305.9 | 0.48 | 0.5 |
| Hex | BD | 43 | B1 | 0 | 41 | 6 | 1A | 132 | 30 | 32 |
| Octal | 275 | 103 | 261 | 0 | 101 | 6 | 32 | 462 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10110001 | 0 | 1000001 | 110 | 11010 | 100110010 | 110000 | 110010 |
Color Harmonies of #BD43B1
Complementary color
Monochromatic Colors of #BD43B1
Black with #BD43B1
Text Example
Text Example
White with #BD43B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43B1; }
p { color: rgb(189,67,177); }
H1.HeaderClassName
{
color: #BD43B1;
}
.AnyTagClassName
{
color: #BD43B1;
}
</style>
background-color css
<style>
a { background-color: #BD43B1; }
a { background-color: rgb(189,67,177); }
div.DivClassName
{
background-color: #BD43B1;
}
.BgClassName
{
background-color: #BD43B1;
}
</style>
border-color css
<style>
span { border-color: #BD43B1; }
span { border-color: rgb(189,67,177); }
td.TdClassName
{
border-color: #BD43B1;
}
.TagClassName
{
border-color: #BD43B1;
}
</style>