Shades of Fuchsia #BD59BD
Tints of Fuchsia #BD59BD
RGB
CMYK
RGB Variations
Color information
#BD59BD (or 0xBD59BD) is known color: Fuchsia. HEX triplet: BD, 59 and BD. RGB value is (189,89,189). Sum of RGB (Red+Green+Blue) = 189+89+189=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59BD is #42A642. Grayscale: #828282. Windows color (decimal): -4367939 or 12409277. OLE color: 12409277.
HSL color Cylindrical-coordinate representation of color #BD59BD: hue angle of 300º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD59BD is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 189 | - |
| CMYK | 0 | 0.53 | 0 | 0.26 |
| HSL | 300º | 0.43% | 0.55% | - |
| HSV(B) | 300º | 0.53% | 0.74% | - |
| XYZ | 33.74 | 21.64 | 50.54 | - |
| YUV | 130.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 189 | 0 | 0.53 | 0 | 0.26 | 300 | 0.43 | 0.55 |
| Hex | BD | 59 | BD | 0 | 35 | 0 | 1A | 12C | 2B | 37 |
| Octal | 275 | 131 | 275 | 0 | 65 | 0 | 32 | 454 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10111101 | 0 | 110101 | 0 | 11010 | 100101100 | 101011 | 110111 |
Color Harmonies of #BD59BD
Complementary color
Monochromatic Colors of #BD59BD
Black with #BD59BD
Text Example
Text Example
White with #BD59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59BD; }
p { color: rgb(189,89,189); }
H1.HeaderClassName
{
color: #BD59BD;
}
.AnyTagClassName
{
color: #BD59BD;
}
</style>
background-color css
<style>
a { background-color: #BD59BD; }
a { background-color: rgb(189,89,189); }
div.DivClassName
{
background-color: #BD59BD;
}
.BgClassName
{
background-color: #BD59BD;
}
</style>
border-color css
<style>
span { border-color: #BD59BD; }
span { border-color: rgb(189,89,189); }
td.TdClassName
{
border-color: #BD59BD;
}
.TagClassName
{
border-color: #BD59BD;
}
</style>