Shades of Fuchsia #BC6DB5
Tints of Fuchsia #BC6DB5
RGB
CMYK
RGB Variations
Color information
#BC6DB5 (or 0xBC6DB5) is known color: Fuchsia. HEX triplet: BC, 6D and B5. RGB value is (188,109,181). Sum of RGB (Red+Green+Blue) = 188+109+181=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DB5 is #43924A. Grayscale: #8C8C8C. Windows color (decimal): -4428363 or 11890108. OLE color: 11890108.
HSL color Cylindrical-coordinate representation of color #BC6DB5: hue angle of 305.32º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6DB5 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 181 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.26 |
| HSL | 305.32º | 0.37% | 0.58% | - |
| HSV(B) | 305.32º | 0.42% | 0.74% | - |
| XYZ | 34.55 | 24.96 | 46.71 | - |
| YUV | 140.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 181 | 0 | 0.42 | 0.04 | 0.26 | 305.32 | 0.37 | 0.58 |
| Hex | BC | 6D | B5 | 0 | 2A | 4 | 1A | 131 | 25 | 3A |
| Octal | 274 | 155 | 265 | 0 | 52 | 4 | 32 | 461 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10110101 | 0 | 101010 | 100 | 11010 | 100110001 | 100101 | 111010 |
Color Harmonies of #BC6DB5
Complementary color
Monochromatic Colors of #BC6DB5
Black with #BC6DB5
Text Example
Text Example
White with #BC6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DB5; }
p { color: rgb(188,109,181); }
H1.HeaderClassName
{
color: #BC6DB5;
}
.AnyTagClassName
{
color: #BC6DB5;
}
</style>
background-color css
<style>
a { background-color: #BC6DB5; }
a { background-color: rgb(188,109,181); }
div.DivClassName
{
background-color: #BC6DB5;
}
.BgClassName
{
background-color: #BC6DB5;
}
</style>
border-color css
<style>
span { border-color: #BC6DB5; }
span { border-color: rgb(188,109,181); }
td.TdClassName
{
border-color: #BC6DB5;
}
.TagClassName
{
border-color: #BC6DB5;
}
</style>