Shades of Medium Orchid #BC6CCA
Tints of Medium Orchid #BC6CCA
RGB
CMYK
RGB Variations
Color information
#BC6CCA (or 0xBC6CCA) is known color: Medium Orchid. HEX triplet: BC, 6C and CA. RGB value is (188,108,202). Sum of RGB (Red+Green+Blue) = 188+108+202=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CCA is #439335. Grayscale: #8E8E8E. Windows color (decimal): -4428598 or 13266108. OLE color: 13266108.
HSL color Cylindrical-coordinate representation of color #BC6CCA: hue angle of 291.06º 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 #BC6CCA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 108 | 202 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.21 |
| HSL | 291.06º | 0.47% | 0.61% | - |
| HSV(B) | 291.06º | 0.47% | 0.79% | - |
| XYZ | 36.76 | 25.68 | 58.9 | - |
| YUV | 142.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 202 | 0.07 | 0.47 | 0 | 0.21 | 291.06 | 0.47 | 0.61 |
| Hex | BC | 6C | CA | 7 | 2F | 0 | 15 | 123 | 2F | 3D |
| Octal | 274 | 154 | 312 | 7 | 57 | 0 | 25 | 443 | 57 | 75 |
| Binary | 10111100 | 1101100 | 11001010 | 111 | 101111 | 0 | 10101 | 100100011 | 101111 | 111101 |
Color Harmonies of #BC6CCA
Complementary color
Monochromatic Colors of #BC6CCA
Black with #BC6CCA
Text Example
Text Example
White with #BC6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CCA; }
p { color: rgb(188,108,202); }
H1.HeaderClassName
{
color: #BC6CCA;
}
.AnyTagClassName
{
color: #BC6CCA;
}
</style>
background-color css
<style>
a { background-color: #BC6CCA; }
a { background-color: rgb(188,108,202); }
div.DivClassName
{
background-color: #BC6CCA;
}
.BgClassName
{
background-color: #BC6CCA;
}
</style>
border-color css
<style>
span { border-color: #BC6CCA; }
span { border-color: rgb(188,108,202); }
td.TdClassName
{
border-color: #BC6CCA;
}
.TagClassName
{
border-color: #BC6CCA;
}
</style>