Shades of Fuchsia #BD5CAA
Tints of Fuchsia #BD5CAA
RGB
CMYK
RGB Variations
Color information
#BD5CAA (or 0xBD5CAA) is known color: Fuchsia. HEX triplet: BD, 5C and AA. RGB value is (189,92,170). Sum of RGB (Red+Green+Blue) = 189+92+170=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CAA is #42A355. Grayscale: #818181. Windows color (decimal): -4367190 or 11164861. OLE color: 11164861.
HSL color Cylindrical-coordinate representation of color #BD5CAA: hue angle of 311.75º 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 #BD5CAA is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 170 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.26 |
| HSL | 311.75º | 0.42% | 0.55% | - |
| HSV(B) | 311.75º | 0.51% | 0.74% | - |
| XYZ | 32.07 | 21.38 | 40.47 | - |
| YUV | 129.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 170 | 0 | 0.51 | 0.10 | 0.26 | 311.75 | 0.42 | 0.55 |
| Hex | BD | 5C | AA | 0 | 33 | A | 1A | 138 | 2A | 37 |
| Octal | 275 | 134 | 252 | 0 | 63 | 12 | 32 | 470 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10101010 | 0 | 110011 | 1010 | 11010 | 100111000 | 101010 | 110111 |
Color Harmonies of #BD5CAA
Complementary color
Monochromatic Colors of #BD5CAA
Black with #BD5CAA
Text Example
Text Example
White with #BD5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CAA; }
p { color: rgb(189,92,170); }
H1.HeaderClassName
{
color: #BD5CAA;
}
.AnyTagClassName
{
color: #BD5CAA;
}
</style>
background-color css
<style>
a { background-color: #BD5CAA; }
a { background-color: rgb(189,92,170); }
div.DivClassName
{
background-color: #BD5CAA;
}
.BgClassName
{
background-color: #BD5CAA;
}
</style>
border-color css
<style>
span { border-color: #BD5CAA; }
span { border-color: rgb(189,92,170); }
td.TdClassName
{
border-color: #BD5CAA;
}
.TagClassName
{
border-color: #BD5CAA;
}
</style>