Shades of Fuchsia #BC73C4
Tints of Fuchsia #BC73C4
RGB
CMYK
RGB Variations
Color information
#BC73C4 (or 0xBC73C4) is known color: Fuchsia. HEX triplet: BC, 73 and C4. RGB value is (188,115,196). Sum of RGB (Red+Green+Blue) = 188+115+196=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC73C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73C4 is #438C3B. Grayscale: #919191. Windows color (decimal): -4426812 or 12874684. OLE color: 12874684.
HSL color Cylindrical-coordinate representation of color #BC73C4: hue angle of 294.07º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC73C4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 115 | 196 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.23 |
| HSL | 294.07º | 0.41% | 0.61% | - |
| HSV(B) | 294.07º | 0.41% | 0.77% | - |
| XYZ | 36.83 | 26.94 | 55.48 | - |
| YUV | 146.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 196 | 0.04 | 0.41 | 0 | 0.23 | 294.07 | 0.41 | 0.61 |
| Hex | BC | 73 | C4 | 4 | 29 | 0 | 17 | 126 | 29 | 3D |
| Octal | 274 | 163 | 304 | 4 | 51 | 0 | 27 | 446 | 51 | 75 |
| Binary | 10111100 | 1110011 | 11000100 | 100 | 101001 | 0 | 10111 | 100100110 | 101001 | 111101 |
Color Harmonies of #BC73C4
Complementary color
Monochromatic Colors of #BC73C4
Black with #BC73C4
Text Example
Text Example
White with #BC73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73C4; }
p { color: rgb(188,115,196); }
H1.HeaderClassName
{
color: #BC73C4;
}
.AnyTagClassName
{
color: #BC73C4;
}
</style>
background-color css
<style>
a { background-color: #BC73C4; }
a { background-color: rgb(188,115,196); }
div.DivClassName
{
background-color: #BC73C4;
}
.BgClassName
{
background-color: #BC73C4;
}
</style>
border-color css
<style>
span { border-color: #BC73C4; }
span { border-color: rgb(188,115,196); }
td.TdClassName
{
border-color: #BC73C4;
}
.TagClassName
{
border-color: #BC73C4;
}
</style>