Shades of Fuchsia #BC75C1
Tints of Fuchsia #BC75C1
RGB
CMYK
RGB Variations
Color information
#BC75C1 (or 0xBC75C1) is known color: Fuchsia. HEX triplet: BC, 75 and C1. RGB value is (188,117,193). Sum of RGB (Red+Green+Blue) = 188+117+193=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C1 is #438A3E. Grayscale: #929292. Windows color (decimal): -4426303 or 12678588. OLE color: 12678588.
HSL color Cylindrical-coordinate representation of color #BC75C1: hue angle of 296.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC75C1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 117 | 193 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.24 |
| HSL | 296.05º | 0.38% | 0.61% | - |
| HSV(B) | 296.05º | 0.39% | 0.76% | - |
| XYZ | 36.73 | 27.26 | 53.78 | - |
| YUV | 146.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 193 | 0.03 | 0.39 | 0 | 0.24 | 296.05 | 0.38 | 0.61 |
| Hex | BC | 75 | C1 | 3 | 27 | 0 | 18 | 128 | 26 | 3D |
| Octal | 274 | 165 | 301 | 3 | 47 | 0 | 30 | 450 | 46 | 75 |
| Binary | 10111100 | 1110101 | 11000001 | 11 | 100111 | 0 | 11000 | 100101000 | 100110 | 111101 |
Color Harmonies of #BC75C1
Complementary color
Monochromatic Colors of #BC75C1
Black with #BC75C1
Text Example
Text Example
White with #BC75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75C1; }
p { color: rgb(188,117,193); }
H1.HeaderClassName
{
color: #BC75C1;
}
.AnyTagClassName
{
color: #BC75C1;
}
</style>
background-color css
<style>
a { background-color: #BC75C1; }
a { background-color: rgb(188,117,193); }
div.DivClassName
{
background-color: #BC75C1;
}
.BgClassName
{
background-color: #BC75C1;
}
</style>
border-color css
<style>
span { border-color: #BC75C1; }
span { border-color: rgb(188,117,193); }
td.TdClassName
{
border-color: #BC75C1;
}
.TagClassName
{
border-color: #BC75C1;
}
</style>