Shades of Fuchsia #BC73B5
Tints of Fuchsia #BC73B5
RGB
CMYK
RGB Variations
Color information
#BC73B5 (or 0xBC73B5) is known color: Fuchsia. HEX triplet: BC, 73 and B5. RGB value is (188,115,181). Sum of RGB (Red+Green+Blue) = 188+115+181=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73B5 is #438C4A. Grayscale: #909090. Windows color (decimal): -4426827 or 11891644. OLE color: 11891644.
HSL color Cylindrical-coordinate representation of color #BC73B5: hue angle of 305.75º 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 #BC73B5 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 181 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.26 |
| HSL | 305.75º | 0.35% | 0.59% | - |
| HSV(B) | 305.75º | 0.39% | 0.74% | - |
| XYZ | 35.21 | 26.29 | 46.93 | - |
| YUV | 144.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 181 | 0 | 0.39 | 0.04 | 0.26 | 305.75 | 0.35 | 0.59 |
| Hex | BC | 73 | B5 | 0 | 27 | 4 | 1A | 132 | 23 | 3B |
| Octal | 274 | 163 | 265 | 0 | 47 | 4 | 32 | 462 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10110101 | 0 | 100111 | 100 | 11010 | 100110010 | 100011 | 111011 |
Color Harmonies of #BC73B5
Complementary color
Monochromatic Colors of #BC73B5
Black with #BC73B5
Text Example
Text Example
White with #BC73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73B5; }
p { color: rgb(188,115,181); }
H1.HeaderClassName
{
color: #BC73B5;
}
.AnyTagClassName
{
color: #BC73B5;
}
</style>
background-color css
<style>
a { background-color: #BC73B5; }
a { background-color: rgb(188,115,181); }
div.DivClassName
{
background-color: #BC73B5;
}
.BgClassName
{
background-color: #BC73B5;
}
</style>
border-color css
<style>
span { border-color: #BC73B5; }
span { border-color: rgb(188,115,181); }
td.TdClassName
{
border-color: #BC73B5;
}
.TagClassName
{
border-color: #BC73B5;
}
</style>