Shades of Medium Orchid #BC75E3
Tints of Medium Orchid #BC75E3
RGB
CMYK
RGB Variations
Color information
#BC75E3 (or 0xBC75E3) is known color: Medium Orchid. HEX triplet: BC, 75 and E3. RGB value is (188,117,227). Sum of RGB (Red+Green+Blue) = 188+117+227=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC75E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75E3 is #438A1C. Grayscale: #969696. Windows color (decimal): -4426269 or 14906812. OLE color: 14906812.
HSL color Cylindrical-coordinate representation of color #BC75E3: hue angle of 278.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC75E3 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 117 | 227 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.11 |
| HSL | 278.73º | 0.66% | 0.67% | - |
| HSV(B) | 278.73º | 0.48% | 0.89% | - |
| XYZ | 40.97 | 28.96 | 76.1 | - |
| YUV | 150.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 227 | 0.17 | 0.48 | 0 | 0.11 | 278.73 | 0.66 | 0.67 |
| Hex | BC | 75 | E3 | 11 | 30 | 0 | B | 117 | 42 | 43 |
| Octal | 274 | 165 | 343 | 21 | 60 | 0 | 13 | 427 | 102 | 103 |
| Binary | 10111100 | 1110101 | 11100011 | 10001 | 110000 | 0 | 1011 | 100010111 | 1000010 | 1000011 |
Color Harmonies of #BC75E3
Complementary color
Monochromatic Colors of #BC75E3
Black with #BC75E3
Text Example
Text Example
White with #BC75E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75E3; }
p { color: rgb(188,117,227); }
H1.HeaderClassName
{
color: #BC75E3;
}
.AnyTagClassName
{
color: #BC75E3;
}
</style>
background-color css
<style>
a { background-color: #BC75E3; }
a { background-color: rgb(188,117,227); }
div.DivClassName
{
background-color: #BC75E3;
}
.BgClassName
{
background-color: #BC75E3;
}
</style>
border-color css
<style>
span { border-color: #BC75E3; }
span { border-color: rgb(188,117,227); }
td.TdClassName
{
border-color: #BC75E3;
}
.TagClassName
{
border-color: #BC75E3;
}
</style>