Shades of Fuchsia #BD59B1
Tints of Fuchsia #BD59B1
RGB
CMYK
RGB Variations
Color information
#BD59B1 (or 0xBD59B1) is known color: Fuchsia. HEX triplet: BD, 59 and B1. RGB value is (189,89,177). Sum of RGB (Red+Green+Blue) = 189+89+177=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD59B1 is #42A64E. Grayscale: #808080. Windows color (decimal): -4367951 or 11622845. OLE color: 11622845.
HSL color Cylindrical-coordinate representation of color #BD59B1: hue angle of 307.2º 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 #BD59B1 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 177 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.26 |
| HSL | 307.2º | 0.43% | 0.55% | - |
| HSV(B) | 307.2º | 0.53% | 0.74% | - |
| XYZ | 32.49 | 21.14 | 43.96 | - |
| YUV | 128.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 177 | 0 | 0.53 | 0.06 | 0.26 | 307.2 | 0.43 | 0.55 |
| Hex | BD | 59 | B1 | 0 | 35 | 6 | 1A | 133 | 2B | 37 |
| Octal | 275 | 131 | 261 | 0 | 65 | 6 | 32 | 463 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10110001 | 0 | 110101 | 110 | 11010 | 100110011 | 101011 | 110111 |
Color Harmonies of #BD59B1
Complementary color
Monochromatic Colors of #BD59B1
Black with #BD59B1
Text Example
Text Example
White with #BD59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59B1; }
p { color: rgb(189,89,177); }
H1.HeaderClassName
{
color: #BD59B1;
}
.AnyTagClassName
{
color: #BD59B1;
}
</style>
background-color css
<style>
a { background-color: #BD59B1; }
a { background-color: rgb(189,89,177); }
div.DivClassName
{
background-color: #BD59B1;
}
.BgClassName
{
background-color: #BD59B1;
}
</style>
border-color css
<style>
span { border-color: #BD59B1; }
span { border-color: rgb(189,89,177); }
td.TdClassName
{
border-color: #BD59B1;
}
.TagClassName
{
border-color: #BD59B1;
}
</style>