Shades of Medium Orchid #BC75E5
Tints of Medium Orchid #BC75E5
RGB
CMYK
RGB Variations
Color information
#BC75E5 (or 0xBC75E5) is known color: Medium Orchid. HEX triplet: BC, 75 and E5. RGB value is (188,117,229). Sum of RGB (Red+Green+Blue) = 188+117+229=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75E5 is #438A1A. Grayscale: #969696. Windows color (decimal): -4426267 or 15037884. OLE color: 15037884.
HSL color Cylindrical-coordinate representation of color #BC75E5: hue angle of 278.04º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC75E5 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 117 | 229 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.10 |
| HSL | 278.04º | 0.68% | 0.68% | - |
| HSV(B) | 278.04º | 0.49% | 0.9% | - |
| XYZ | 41.24 | 29.07 | 77.57 | - |
| YUV | 151 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 229 | 0.18 | 0.49 | 0 | 0.10 | 278.04 | 0.68 | 0.68 |
| Hex | BC | 75 | E5 | 12 | 31 | 0 | A | 116 | 44 | 44 |
| Octal | 274 | 165 | 345 | 22 | 61 | 0 | 12 | 426 | 104 | 104 |
| Binary | 10111100 | 1110101 | 11100101 | 10010 | 110001 | 0 | 1010 | 100010110 | 1000100 | 1000100 |
Color Harmonies of #BC75E5
Complementary color
Monochromatic Colors of #BC75E5
Black with #BC75E5
Text Example
Text Example
White with #BC75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75E5; }
p { color: rgb(188,117,229); }
H1.HeaderClassName
{
color: #BC75E5;
}
.AnyTagClassName
{
color: #BC75E5;
}
</style>
background-color css
<style>
a { background-color: #BC75E5; }
a { background-color: rgb(188,117,229); }
div.DivClassName
{
background-color: #BC75E5;
}
.BgClassName
{
background-color: #BC75E5;
}
</style>
border-color css
<style>
span { border-color: #BC75E5; }
span { border-color: rgb(188,117,229); }
td.TdClassName
{
border-color: #BC75E5;
}
.TagClassName
{
border-color: #BC75E5;
}
</style>