Shades of Fuchsia #BD6DC5
Tints of Fuchsia #BD6DC5
RGB
CMYK
RGB Variations
Color information
#BD6DC5 (or 0xBD6DC5) is known color: Fuchsia. HEX triplet: BD, 6D and C5. RGB value is (189,109,197). Sum of RGB (Red+Green+Blue) = 189+109+197=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DC5 is #42923A. Grayscale: #8E8E8E. Windows color (decimal): -4362811 or 12938685. OLE color: 12938685.
HSL color Cylindrical-coordinate representation of color #BD6DC5: hue angle of 294.55º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6DC5 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 109 | 197 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.23 |
| HSL | 294.55º | 0.43% | 0.6% | - |
| HSV(B) | 294.55º | 0.45% | 0.77% | - |
| XYZ | 36.53 | 25.79 | 55.88 | - |
| YUV | 142.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 197 | 0.04 | 0.45 | 0 | 0.23 | 294.55 | 0.43 | 0.6 |
| Hex | BD | 6D | C5 | 4 | 2D | 0 | 17 | 127 | 2B | 3C |
| Octal | 275 | 155 | 305 | 4 | 55 | 0 | 27 | 447 | 53 | 74 |
| Binary | 10111101 | 1101101 | 11000101 | 100 | 101101 | 0 | 10111 | 100100111 | 101011 | 111100 |
Color Harmonies of #BD6DC5
Complementary color
Monochromatic Colors of #BD6DC5
Black with #BD6DC5
Text Example
Text Example
White with #BD6DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DC5; }
p { color: rgb(189,109,197); }
H1.HeaderClassName
{
color: #BD6DC5;
}
.AnyTagClassName
{
color: #BD6DC5;
}
</style>
background-color css
<style>
a { background-color: #BD6DC5; }
a { background-color: rgb(189,109,197); }
div.DivClassName
{
background-color: #BD6DC5;
}
.BgClassName
{
background-color: #BD6DC5;
}
</style>
border-color css
<style>
span { border-color: #BD6DC5; }
span { border-color: rgb(189,109,197); }
td.TdClassName
{
border-color: #BD6DC5;
}
.TagClassName
{
border-color: #BD6DC5;
}
</style>