Shades of Fuchsia #BD5CA6
Tints of Fuchsia #BD5CA6
RGB
CMYK
RGB Variations
Color information
#BD5CA6 (or 0xBD5CA6) is known color: Fuchsia. HEX triplet: BD, 5C and A6. RGB value is (189,92,166). Sum of RGB (Red+Green+Blue) = 189+92+166=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CA6 is #42A359. Grayscale: #818181. Windows color (decimal): -4367194 or 10902717. OLE color: 10902717.
HSL color Cylindrical-coordinate representation of color #BD5CA6: hue angle of 314.23º 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 #BD5CA6 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 166 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.26 |
| HSL | 314.23º | 0.42% | 0.55% | - |
| HSV(B) | 314.23º | 0.51% | 0.74% | - |
| XYZ | 31.7 | 21.23 | 38.5 | - |
| YUV | 129.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 166 | 0 | 0.51 | 0.12 | 0.26 | 314.23 | 0.42 | 0.55 |
| Hex | BD | 5C | A6 | 0 | 33 | C | 1A | 13A | 2A | 37 |
| Octal | 275 | 134 | 246 | 0 | 63 | 14 | 32 | 472 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10100110 | 0 | 110011 | 1100 | 11010 | 100111010 | 101010 | 110111 |
Color Harmonies of #BD5CA6
Complementary color
Monochromatic Colors of #BD5CA6
Black with #BD5CA6
Text Example
Text Example
White with #BD5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CA6; }
p { color: rgb(189,92,166); }
H1.HeaderClassName
{
color: #BD5CA6;
}
.AnyTagClassName
{
color: #BD5CA6;
}
</style>
background-color css
<style>
a { background-color: #BD5CA6; }
a { background-color: rgb(189,92,166); }
div.DivClassName
{
background-color: #BD5CA6;
}
.BgClassName
{
background-color: #BD5CA6;
}
</style>
border-color css
<style>
span { border-color: #BD5CA6; }
span { border-color: rgb(189,92,166); }
td.TdClassName
{
border-color: #BD5CA6;
}
.TagClassName
{
border-color: #BD5CA6;
}
</style>