Shades of Medium Orchid #BC6BCA
Tints of Medium Orchid #BC6BCA
RGB
CMYK
RGB Variations
Color information
#BC6BCA (or 0xBC6BCA) is known color: Medium Orchid. HEX triplet: BC, 6B and CA. RGB value is (188,107,202). Sum of RGB (Red+Green+Blue) = 188+107+202=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BCA is #439435. Grayscale: #8D8D8D. Windows color (decimal): -4428854 or 13265852. OLE color: 13265852.
HSL color Cylindrical-coordinate representation of color #BC6BCA: hue angle of 291.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6BCA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 107 | 202 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.21 |
| HSL | 291.16º | 0.47% | 0.61% | - |
| HSV(B) | 291.16º | 0.47% | 0.79% | - |
| XYZ | 36.66 | 25.47 | 58.86 | - |
| YUV | 142.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 202 | 0.07 | 0.47 | 0 | 0.21 | 291.16 | 0.47 | 0.61 |
| Hex | BC | 6B | CA | 7 | 2F | 0 | 15 | 123 | 2F | 3D |
| Octal | 274 | 153 | 312 | 7 | 57 | 0 | 25 | 443 | 57 | 75 |
| Binary | 10111100 | 1101011 | 11001010 | 111 | 101111 | 0 | 10101 | 100100011 | 101111 | 111101 |
Color Harmonies of #BC6BCA
Complementary color
Monochromatic Colors of #BC6BCA
Black with #BC6BCA
Text Example
Text Example
White with #BC6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BCA; }
p { color: rgb(188,107,202); }
H1.HeaderClassName
{
color: #BC6BCA;
}
.AnyTagClassName
{
color: #BC6BCA;
}
</style>
background-color css
<style>
a { background-color: #BC6BCA; }
a { background-color: rgb(188,107,202); }
div.DivClassName
{
background-color: #BC6BCA;
}
.BgClassName
{
background-color: #BC6BCA;
}
</style>
border-color css
<style>
span { border-color: #BC6BCA; }
span { border-color: rgb(188,107,202); }
td.TdClassName
{
border-color: #BC6BCA;
}
.TagClassName
{
border-color: #BC6BCA;
}
</style>