Shades of Medium Orchid #BC72E5
Tints of Medium Orchid #BC72E5
RGB
CMYK
RGB Variations
Color information
#BC72E5 (or 0xBC72E5) is known color: Medium Orchid. HEX triplet: BC, 72 and E5. RGB value is (188,114,229). Sum of RGB (Red+Green+Blue) = 188+114+229=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC72E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72E5 is #438D1A. Grayscale: #949494. Windows color (decimal): -4427035 or 15037116. OLE color: 15037116.
HSL color Cylindrical-coordinate representation of color #BC72E5: hue angle of 278.61º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC72E5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 114 | 229 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.10 |
| HSL | 278.61º | 0.69% | 0.67% | - |
| HSV(B) | 278.61º | 0.5% | 0.9% | - |
| XYZ | 40.9 | 28.38 | 77.45 | - |
| YUV | 149.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 229 | 0.18 | 0.50 | 0 | 0.10 | 278.61 | 0.69 | 0.67 |
| Hex | BC | 72 | E5 | 12 | 32 | 0 | A | 117 | 45 | 43 |
| Octal | 274 | 162 | 345 | 22 | 62 | 0 | 12 | 427 | 105 | 103 |
| Binary | 10111100 | 1110010 | 11100101 | 10010 | 110010 | 0 | 1010 | 100010111 | 1000101 | 1000011 |
Color Harmonies of #BC72E5
Complementary color
Monochromatic Colors of #BC72E5
Black with #BC72E5
Text Example
Text Example
White with #BC72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72E5; }
p { color: rgb(188,114,229); }
H1.HeaderClassName
{
color: #BC72E5;
}
.AnyTagClassName
{
color: #BC72E5;
}
</style>
background-color css
<style>
a { background-color: #BC72E5; }
a { background-color: rgb(188,114,229); }
div.DivClassName
{
background-color: #BC72E5;
}
.BgClassName
{
background-color: #BC72E5;
}
</style>
border-color css
<style>
span { border-color: #BC72E5; }
span { border-color: rgb(188,114,229); }
td.TdClassName
{
border-color: #BC72E5;
}
.TagClassName
{
border-color: #BC72E5;
}
</style>