Shades of Fuchsia #BD5CC6
Tints of Fuchsia #BD5CC6
RGB
CMYK
RGB Variations
Color information
#BD5CC6 (or 0xBD5CC6) is known color: Fuchsia. HEX triplet: BD, 5C and C6. RGB value is (189,92,198). Sum of RGB (Red+Green+Blue) = 189+92+198=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD5CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CC6 is #42A339. Grayscale: #848484. Windows color (decimal): -4367162 or 12999869. OLE color: 12999869.
HSL color Cylindrical-coordinate representation of color #BD5CC6: hue angle of 294.91º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5CC6 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 92 | 198 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.22 |
| HSL | 294.91º | 0.48% | 0.57% | - |
| HSV(B) | 294.91º | 0.54% | 0.78% | - |
| XYZ | 35.01 | 22.55 | 55.93 | - |
| YUV | 133.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 198 | 0.05 | 0.54 | 0 | 0.22 | 294.91 | 0.48 | 0.57 |
| Hex | BD | 5C | C6 | 5 | 36 | 0 | 16 | 127 | 30 | 39 |
| Octal | 275 | 134 | 306 | 5 | 66 | 0 | 26 | 447 | 60 | 71 |
| Binary | 10111101 | 1011100 | 11000110 | 101 | 110110 | 0 | 10110 | 100100111 | 110000 | 111001 |
Color Harmonies of #BD5CC6
Complementary color
Monochromatic Colors of #BD5CC6
Black with #BD5CC6
Text Example
Text Example
White with #BD5CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CC6; }
p { color: rgb(189,92,198); }
H1.HeaderClassName
{
color: #BD5CC6;
}
.AnyTagClassName
{
color: #BD5CC6;
}
</style>
background-color css
<style>
a { background-color: #BD5CC6; }
a { background-color: rgb(189,92,198); }
div.DivClassName
{
background-color: #BD5CC6;
}
.BgClassName
{
background-color: #BD5CC6;
}
</style>
border-color css
<style>
span { border-color: #BD5CC6; }
span { border-color: rgb(189,92,198); }
td.TdClassName
{
border-color: #BD5CC6;
}
.TagClassName
{
border-color: #BD5CC6;
}
</style>