Shades of Medium Orchid #BC75C6
Tints of Medium Orchid #BC75C6
RGB
CMYK
RGB Variations
Color information
#BC75C6 (or 0xBC75C6) is known color: Medium Orchid. HEX triplet: BC, 75 and C6. RGB value is (188,117,198). Sum of RGB (Red+Green+Blue) = 188+117+198=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC75C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C6 is #438A39. Grayscale: #939393. Windows color (decimal): -4426298 or 13006268. OLE color: 13006268.
HSL color Cylindrical-coordinate representation of color #BC75C6: hue angle of 292.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC75C6 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 117 | 198 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.22 |
| HSL | 292.59º | 0.42% | 0.62% | - |
| HSV(B) | 292.59º | 0.41% | 0.78% | - |
| XYZ | 37.29 | 27.49 | 56.77 | - |
| YUV | 147.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 198 | 0.05 | 0.41 | 0 | 0.22 | 292.59 | 0.42 | 0.62 |
| Hex | BC | 75 | C6 | 5 | 29 | 0 | 16 | 125 | 2A | 3E |
| Octal | 274 | 165 | 306 | 5 | 51 | 0 | 26 | 445 | 52 | 76 |
| Binary | 10111100 | 1110101 | 11000110 | 101 | 101001 | 0 | 10110 | 100100101 | 101010 | 111110 |
Color Harmonies of #BC75C6
Complementary color
Monochromatic Colors of #BC75C6
Black with #BC75C6
Text Example
Text Example
White with #BC75C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75C6; }
p { color: rgb(188,117,198); }
H1.HeaderClassName
{
color: #BC75C6;
}
.AnyTagClassName
{
color: #BC75C6;
}
</style>
background-color css
<style>
a { background-color: #BC75C6; }
a { background-color: rgb(188,117,198); }
div.DivClassName
{
background-color: #BC75C6;
}
.BgClassName
{
background-color: #BC75C6;
}
</style>
border-color css
<style>
span { border-color: #BC75C6; }
span { border-color: rgb(188,117,198); }
td.TdClassName
{
border-color: #BC75C6;
}
.TagClassName
{
border-color: #BC75C6;
}
</style>