Shades of Medium Orchid #BC75D5
Tints of Medium Orchid #BC75D5
RGB
CMYK
RGB Variations
Color information
#BC75D5 (or 0xBC75D5) is known color: Medium Orchid. HEX triplet: BC, 75 and D5. RGB value is (188,117,213). Sum of RGB (Red+Green+Blue) = 188+117+213=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75D5 is #438A2A. Grayscale: #949494. Windows color (decimal): -4426283 or 13989308. OLE color: 13989308.
HSL color Cylindrical-coordinate representation of color #BC75D5: hue angle of 284.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC75D5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 117 | 213 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.16 |
| HSL | 284.38º | 0.53% | 0.65% | - |
| HSV(B) | 284.38º | 0.45% | 0.84% | - |
| XYZ | 39.11 | 28.22 | 66.34 | - |
| YUV | 149.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 213 | 0.12 | 0.45 | 0 | 0.16 | 284.38 | 0.53 | 0.65 |
| Hex | BC | 75 | D5 | C | 2D | 0 | 10 | 11C | 35 | 41 |
| Octal | 274 | 165 | 325 | 14 | 55 | 0 | 20 | 434 | 65 | 101 |
| Binary | 10111100 | 1110101 | 11010101 | 1100 | 101101 | 0 | 10000 | 100011100 | 110101 | 1000001 |
Color Harmonies of #BC75D5
Complementary color
Monochromatic Colors of #BC75D5
Black with #BC75D5
Text Example
Text Example
White with #BC75D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75D5; }
p { color: rgb(188,117,213); }
H1.HeaderClassName
{
color: #BC75D5;
}
.AnyTagClassName
{
color: #BC75D5;
}
</style>
background-color css
<style>
a { background-color: #BC75D5; }
a { background-color: rgb(188,117,213); }
div.DivClassName
{
background-color: #BC75D5;
}
.BgClassName
{
background-color: #BC75D5;
}
</style>
border-color css
<style>
span { border-color: #BC75D5; }
span { border-color: rgb(188,117,213); }
td.TdClassName
{
border-color: #BC75D5;
}
.TagClassName
{
border-color: #BC75D5;
}
</style>