Shades of Fuchsia #BC75C5
Tints of Fuchsia #BC75C5
RGB
CMYK
RGB Variations
Color information
#BC75C5 (or 0xBC75C5) is known color: Fuchsia. HEX triplet: BC, 75 and C5. RGB value is (188,117,197). Sum of RGB (Red+Green+Blue) = 188+117+197=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C5 is #438A3A. Grayscale: #939393. Windows color (decimal): -4426299 or 12940732. OLE color: 12940732.
HSL color Cylindrical-coordinate representation of color #BC75C5: hue angle of 293.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC75C5 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 117 | 197 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.23 |
| HSL | 293.25º | 0.41% | 0.62% | - |
| HSV(B) | 293.25º | 0.41% | 0.77% | - |
| XYZ | 37.18 | 27.45 | 56.16 | - |
| YUV | 147.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 197 | 0.05 | 0.41 | 0 | 0.23 | 293.25 | 0.41 | 0.62 |
| Hex | BC | 75 | C5 | 5 | 29 | 0 | 17 | 125 | 29 | 3E |
| Octal | 274 | 165 | 305 | 5 | 51 | 0 | 27 | 445 | 51 | 76 |
| Binary | 10111100 | 1110101 | 11000101 | 101 | 101001 | 0 | 10111 | 100100101 | 101001 | 111110 |
Color Harmonies of #BC75C5
Complementary color
Monochromatic Colors of #BC75C5
Black with #BC75C5
Text Example
Text Example
White with #BC75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75C5; }
p { color: rgb(188,117,197); }
H1.HeaderClassName
{
color: #BC75C5;
}
.AnyTagClassName
{
color: #BC75C5;
}
</style>
background-color css
<style>
a { background-color: #BC75C5; }
a { background-color: rgb(188,117,197); }
div.DivClassName
{
background-color: #BC75C5;
}
.BgClassName
{
background-color: #BC75C5;
}
</style>
border-color css
<style>
span { border-color: #BC75C5; }
span { border-color: rgb(188,117,197); }
td.TdClassName
{
border-color: #BC75C5;
}
.TagClassName
{
border-color: #BC75C5;
}
</style>