Shades of Fuchsia #BD5CAC
Tints of Fuchsia #BD5CAC
RGB
CMYK
RGB Variations
Color information
#BD5CAC (or 0xBD5CAC) is known color: Fuchsia. HEX triplet: BD, 5C and AC. RGB value is (189,92,172). Sum of RGB (Red+Green+Blue) = 189+92+172=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CAC is #42A353. Grayscale: #818181. Windows color (decimal): -4367188 or 11295933. OLE color: 11295933.
HSL color Cylindrical-coordinate representation of color #BD5CAC: hue angle of 310.52º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5CAC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 172 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.26 |
| HSL | 310.52º | 0.42% | 0.55% | - |
| HSV(B) | 310.52º | 0.51% | 0.74% | - |
| XYZ | 32.26 | 21.45 | 41.47 | - |
| YUV | 130.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 172 | 0 | 0.51 | 0.09 | 0.26 | 310.52 | 0.42 | 0.55 |
| Hex | BD | 5C | AC | 0 | 33 | 9 | 1A | 137 | 2A | 37 |
| Octal | 275 | 134 | 254 | 0 | 63 | 11 | 32 | 467 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10101100 | 0 | 110011 | 1001 | 11010 | 100110111 | 101010 | 110111 |
Color Harmonies of #BD5CAC
Complementary color
Monochromatic Colors of #BD5CAC
Black with #BD5CAC
Text Example
Text Example
White with #BD5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CAC; }
p { color: rgb(189,92,172); }
H1.HeaderClassName
{
color: #BD5CAC;
}
.AnyTagClassName
{
color: #BD5CAC;
}
</style>
background-color css
<style>
a { background-color: #BD5CAC; }
a { background-color: rgb(189,92,172); }
div.DivClassName
{
background-color: #BD5CAC;
}
.BgClassName
{
background-color: #BD5CAC;
}
</style>
border-color css
<style>
span { border-color: #BD5CAC; }
span { border-color: rgb(189,92,172); }
td.TdClassName
{
border-color: #BD5CAC;
}
.TagClassName
{
border-color: #BD5CAC;
}
</style>