Shades of Fuchsia #BC73BD
Tints of Fuchsia #BC73BD
RGB
CMYK
RGB Variations
Color information
#BC73BD (or 0xBC73BD) is known color: Fuchsia. HEX triplet: BC, 73 and BD. RGB value is (188,115,189). Sum of RGB (Red+Green+Blue) = 188+115+189=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BD is #438C42. Grayscale: #919191. Windows color (decimal): -4426819 or 12415932. OLE color: 12415932.
HSL color Cylindrical-coordinate representation of color #BC73BD: hue angle of 299.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73BD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 189 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.26 |
| HSL | 299.19º | 0.36% | 0.6% | - |
| HSV(B) | 299.19º | 0.39% | 0.74% | - |
| XYZ | 36.06 | 26.63 | 51.38 | - |
| YUV | 145.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 189 | 0.01 | 0.39 | 0 | 0.26 | 299.19 | 0.36 | 0.6 |
| Hex | BC | 73 | BD | 1 | 27 | 0 | 1A | 12B | 24 | 3C |
| Octal | 274 | 163 | 275 | 1 | 47 | 0 | 32 | 453 | 44 | 74 |
| Binary | 10111100 | 1110011 | 10111101 | 1 | 100111 | 0 | 11010 | 100101011 | 100100 | 111100 |
Color Harmonies of #BC73BD
Complementary color
Monochromatic Colors of #BC73BD
Black with #BC73BD
Text Example
Text Example
White with #BC73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73BD; }
p { color: rgb(188,115,189); }
H1.HeaderClassName
{
color: #BC73BD;
}
.AnyTagClassName
{
color: #BC73BD;
}
</style>
background-color css
<style>
a { background-color: #BC73BD; }
a { background-color: rgb(188,115,189); }
div.DivClassName
{
background-color: #BC73BD;
}
.BgClassName
{
background-color: #BC73BD;
}
</style>
border-color css
<style>
span { border-color: #BC73BD; }
span { border-color: rgb(188,115,189); }
td.TdClassName
{
border-color: #BC73BD;
}
.TagClassName
{
border-color: #BC73BD;
}
</style>