Shades of Medium Orchid #BC55CA
Tints of Medium Orchid #BC55CA
RGB
CMYK
RGB Variations
Color information
#BC55CA (or 0xBC55CA) is known color: Medium Orchid. HEX triplet: BC, 55 and CA. RGB value is (188,85,202). Sum of RGB (Red+Green+Blue) = 188+85+202=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55CA is #43AA35. Grayscale: #808080. Windows color (decimal): -4434486 or 13260220. OLE color: 13260220.
HSL color Cylindrical-coordinate representation of color #BC55CA: hue angle of 292.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC55CA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 85 | 202 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.21 |
| HSL | 292.82º | 0.52% | 0.56% | - |
| HSV(B) | 292.82º | 0.58% | 0.79% | - |
| XYZ | 34.65 | 21.45 | 58.19 | - |
| YUV | 129.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 202 | 0.07 | 0.58 | 0 | 0.21 | 292.82 | 0.52 | 0.56 |
| Hex | BC | 55 | CA | 7 | 3A | 0 | 15 | 125 | 34 | 38 |
| Octal | 274 | 125 | 312 | 7 | 72 | 0 | 25 | 445 | 64 | 70 |
| Binary | 10111100 | 1010101 | 11001010 | 111 | 111010 | 0 | 10101 | 100100101 | 110100 | 111000 |
Color Harmonies of #BC55CA
Complementary color
Monochromatic Colors of #BC55CA
Black with #BC55CA
Text Example
Text Example
White with #BC55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55CA; }
p { color: rgb(188,85,202); }
H1.HeaderClassName
{
color: #BC55CA;
}
.AnyTagClassName
{
color: #BC55CA;
}
</style>
background-color css
<style>
a { background-color: #BC55CA; }
a { background-color: rgb(188,85,202); }
div.DivClassName
{
background-color: #BC55CA;
}
.BgClassName
{
background-color: #BC55CA;
}
</style>
border-color css
<style>
span { border-color: #BC55CA; }
span { border-color: rgb(188,85,202); }
td.TdClassName
{
border-color: #BC55CA;
}
.TagClassName
{
border-color: #BC55CA;
}
</style>