Shades of Medium Orchid #BC61CA
Tints of Medium Orchid #BC61CA
RGB
CMYK
RGB Variations
Color information
#BC61CA (or 0xBC61CA) is known color: Medium Orchid. HEX triplet: BC, 61 and CA. RGB value is (188,97,202). Sum of RGB (Red+Green+Blue) = 188+97+202=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61CA is #439E35. Grayscale: #878787. Windows color (decimal): -4431414 or 13263292. OLE color: 13263292.
HSL color Cylindrical-coordinate representation of color #BC61CA: hue angle of 292º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC61CA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 97 | 202 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.21 |
| HSL | 292º | 0.5% | 0.59% | - |
| HSV(B) | 292º | 0.52% | 0.79% | - |
| XYZ | 35.67 | 23.51 | 58.53 | - |
| YUV | 136.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 202 | 0.07 | 0.52 | 0 | 0.21 | 292 | 0.5 | 0.59 |
| Hex | BC | 61 | CA | 7 | 34 | 0 | 15 | 124 | 32 | 3B |
| Octal | 274 | 141 | 312 | 7 | 64 | 0 | 25 | 444 | 62 | 73 |
| Binary | 10111100 | 1100001 | 11001010 | 111 | 110100 | 0 | 10101 | 100100100 | 110010 | 111011 |
Color Harmonies of #BC61CA
Complementary color
Monochromatic Colors of #BC61CA
Black with #BC61CA
Text Example
Text Example
White with #BC61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61CA; }
p { color: rgb(188,97,202); }
H1.HeaderClassName
{
color: #BC61CA;
}
.AnyTagClassName
{
color: #BC61CA;
}
</style>
background-color css
<style>
a { background-color: #BC61CA; }
a { background-color: rgb(188,97,202); }
div.DivClassName
{
background-color: #BC61CA;
}
.BgClassName
{
background-color: #BC61CA;
}
</style>
border-color css
<style>
span { border-color: #BC61CA; }
span { border-color: rgb(188,97,202); }
td.TdClassName
{
border-color: #BC61CA;
}
.TagClassName
{
border-color: #BC61CA;
}
</style>