Shades of Medium Orchid #BC71CA
Tints of Medium Orchid #BC71CA
RGB
CMYK
RGB Variations
Color information
#BC71CA (or 0xBC71CA) is known color: Medium Orchid. HEX triplet: BC, 71 and CA. RGB value is (188,113,202). Sum of RGB (Red+Green+Blue) = 188+113+202=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71CA is #438E35. Grayscale: #919191. Windows color (decimal): -4427318 or 13267388. OLE color: 13267388.
HSL color Cylindrical-coordinate representation of color #BC71CA: hue angle of 290.56º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC71CA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 113 | 202 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.21 |
| HSL | 290.56º | 0.46% | 0.62% | - |
| HSV(B) | 290.56º | 0.44% | 0.79% | - |
| XYZ | 37.3 | 26.77 | 59.08 | - |
| YUV | 145.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 202 | 0.07 | 0.44 | 0 | 0.21 | 290.56 | 0.46 | 0.62 |
| Hex | BC | 71 | CA | 7 | 2C | 0 | 15 | 123 | 2E | 3E |
| Octal | 274 | 161 | 312 | 7 | 54 | 0 | 25 | 443 | 56 | 76 |
| Binary | 10111100 | 1110001 | 11001010 | 111 | 101100 | 0 | 10101 | 100100011 | 101110 | 111110 |
Color Harmonies of #BC71CA
Complementary color
Monochromatic Colors of #BC71CA
Black with #BC71CA
Text Example
Text Example
White with #BC71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71CA; }
p { color: rgb(188,113,202); }
H1.HeaderClassName
{
color: #BC71CA;
}
.AnyTagClassName
{
color: #BC71CA;
}
</style>
background-color css
<style>
a { background-color: #BC71CA; }
a { background-color: rgb(188,113,202); }
div.DivClassName
{
background-color: #BC71CA;
}
.BgClassName
{
background-color: #BC71CA;
}
</style>
border-color css
<style>
span { border-color: #BC71CA; }
span { border-color: rgb(188,113,202); }
td.TdClassName
{
border-color: #BC71CA;
}
.TagClassName
{
border-color: #BC71CA;
}
</style>