Shades of Medium Orchid #BC72C8
Tints of Medium Orchid #BC72C8
RGB
CMYK
RGB Variations
Color information
#BC72C8 (or 0xBC72C8) is known color: Medium Orchid. HEX triplet: BC, 72 and C8. RGB value is (188,114,200). Sum of RGB (Red+Green+Blue) = 188+114+200=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC72C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72C8 is #438D37. Grayscale: #919191. Windows color (decimal): -4427064 or 13136572. OLE color: 13136572.
HSL color Cylindrical-coordinate representation of color #BC72C8: hue angle of 291.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC72C8 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 114 | 200 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.22 |
| HSL | 291.63º | 0.44% | 0.62% | - |
| HSV(B) | 291.63º | 0.43% | 0.78% | - |
| XYZ | 37.18 | 26.9 | 57.88 | - |
| YUV | 145.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 200 | 0.06 | 0.43 | 0 | 0.22 | 291.63 | 0.44 | 0.62 |
| Hex | BC | 72 | C8 | 6 | 2B | 0 | 16 | 124 | 2C | 3E |
| Octal | 274 | 162 | 310 | 6 | 53 | 0 | 26 | 444 | 54 | 76 |
| Binary | 10111100 | 1110010 | 11001000 | 110 | 101011 | 0 | 10110 | 100100100 | 101100 | 111110 |
Color Harmonies of #BC72C8
Complementary color
Monochromatic Colors of #BC72C8
Black with #BC72C8
Text Example
Text Example
White with #BC72C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72C8; }
p { color: rgb(188,114,200); }
H1.HeaderClassName
{
color: #BC72C8;
}
.AnyTagClassName
{
color: #BC72C8;
}
</style>
background-color css
<style>
a { background-color: #BC72C8; }
a { background-color: rgb(188,114,200); }
div.DivClassName
{
background-color: #BC72C8;
}
.BgClassName
{
background-color: #BC72C8;
}
</style>
border-color css
<style>
span { border-color: #BC72C8; }
span { border-color: rgb(188,114,200); }
td.TdClassName
{
border-color: #BC72C8;
}
.TagClassName
{
border-color: #BC72C8;
}
</style>