Shades of Fuchsia #BC73BB
Tints of Fuchsia #BC73BB
RGB
CMYK
RGB Variations
Color information
#BC73BB (or 0xBC73BB) is known color: Fuchsia. HEX triplet: BC, 73 and BB. RGB value is (188,115,187). Sum of RGB (Red+Green+Blue) = 188+115+187=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BB is #438C44. Grayscale: #909090. Windows color (decimal): -4426821 or 12284860. OLE color: 12284860.
HSL color Cylindrical-coordinate representation of color #BC73BB: hue angle of 300.82º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73BB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 187 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.26 |
| HSL | 300.82º | 0.35% | 0.59% | - |
| HSV(B) | 300.82º | 0.39% | 0.74% | - |
| XYZ | 35.84 | 26.54 | 50.25 | - |
| YUV | 145.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 187 | 0 | 0.39 | 0.01 | 0.26 | 300.82 | 0.35 | 0.59 |
| Hex | BC | 73 | BB | 0 | 27 | 1 | 1A | 12D | 23 | 3B |
| Octal | 274 | 163 | 273 | 0 | 47 | 1 | 32 | 455 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10111011 | 0 | 100111 | 1 | 11010 | 100101101 | 100011 | 111011 |
Color Harmonies of #BC73BB
Complementary color
Monochromatic Colors of #BC73BB
Black with #BC73BB
Text Example
Text Example
White with #BC73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73BB; }
p { color: rgb(188,115,187); }
H1.HeaderClassName
{
color: #BC73BB;
}
.AnyTagClassName
{
color: #BC73BB;
}
</style>
background-color css
<style>
a { background-color: #BC73BB; }
a { background-color: rgb(188,115,187); }
div.DivClassName
{
background-color: #BC73BB;
}
.BgClassName
{
background-color: #BC73BB;
}
</style>
border-color css
<style>
span { border-color: #BC73BB; }
span { border-color: rgb(188,115,187); }
td.TdClassName
{
border-color: #BC73BB;
}
.TagClassName
{
border-color: #BC73BB;
}
</style>