Shades of Fuchsia #BD58A5
Tints of Fuchsia #BD58A5
RGB
CMYK
RGB Variations
Color information
#BD58A5 (or 0xBD58A5) is known color: Fuchsia. HEX triplet: BD, 58 and A5. RGB value is (189,88,165). Sum of RGB (Red+Green+Blue) = 189+88+165=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58A5 is #42A75A. Grayscale: #7E7E7E. Windows color (decimal): -4368219 or 10836157. OLE color: 10836157.
HSL color Cylindrical-coordinate representation of color #BD58A5: hue angle of 314.26º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD58A5 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 165 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.26 |
| HSL | 314.26º | 0.43% | 0.54% | - |
| HSV(B) | 314.26º | 0.53% | 0.74% | - |
| XYZ | 31.27 | 20.51 | 37.91 | - |
| YUV | 126.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 165 | 0 | 0.53 | 0.13 | 0.26 | 314.26 | 0.43 | 0.54 |
| Hex | BD | 58 | A5 | 0 | 35 | D | 1A | 13A | 2B | 36 |
| Octal | 275 | 130 | 245 | 0 | 65 | 15 | 32 | 472 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10100101 | 0 | 110101 | 1101 | 11010 | 100111010 | 101011 | 110110 |
Color Harmonies of #BD58A5
Complementary color
Monochromatic Colors of #BD58A5
Black with #BD58A5
Text Example
Text Example
White with #BD58A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58A5; }
p { color: rgb(189,88,165); }
H1.HeaderClassName
{
color: #BD58A5;
}
.AnyTagClassName
{
color: #BD58A5;
}
</style>
background-color css
<style>
a { background-color: #BD58A5; }
a { background-color: rgb(189,88,165); }
div.DivClassName
{
background-color: #BD58A5;
}
.BgClassName
{
background-color: #BD58A5;
}
</style>
border-color css
<style>
span { border-color: #BD58A5; }
span { border-color: rgb(189,88,165); }
td.TdClassName
{
border-color: #BD58A5;
}
.TagClassName
{
border-color: #BD58A5;
}
</style>