Shades of Medium Orchid #BC53CA
Tints of Medium Orchid #BC53CA
RGB
CMYK
RGB Variations
Color information
#BC53CA (or 0xBC53CA) is known color: Medium Orchid. HEX triplet: BC, 53 and CA. RGB value is (188,83,202). Sum of RGB (Red+Green+Blue) = 188+83+202=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53CA is #43AC35. Grayscale: #7F7F7F. Windows color (decimal): -4434998 or 13259708. OLE color: 13259708.
HSL color Cylindrical-coordinate representation of color #BC53CA: hue angle of 292.94º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC53CA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 83 | 202 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.21 |
| HSL | 292.94º | 0.53% | 0.56% | - |
| HSV(B) | 292.94º | 0.59% | 0.79% | - |
| XYZ | 34.49 | 21.14 | 58.14 | - |
| YUV | 127.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 202 | 0.07 | 0.59 | 0 | 0.21 | 292.94 | 0.53 | 0.56 |
| Hex | BC | 53 | CA | 7 | 3B | 0 | 15 | 125 | 35 | 38 |
| Octal | 274 | 123 | 312 | 7 | 73 | 0 | 25 | 445 | 65 | 70 |
| Binary | 10111100 | 1010011 | 11001010 | 111 | 111011 | 0 | 10101 | 100100101 | 110101 | 111000 |
Color Harmonies of #BC53CA
Complementary color
Monochromatic Colors of #BC53CA
Black with #BC53CA
Text Example
Text Example
White with #BC53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53CA; }
p { color: rgb(188,83,202); }
H1.HeaderClassName
{
color: #BC53CA;
}
.AnyTagClassName
{
color: #BC53CA;
}
</style>
background-color css
<style>
a { background-color: #BC53CA; }
a { background-color: rgb(188,83,202); }
div.DivClassName
{
background-color: #BC53CA;
}
.BgClassName
{
background-color: #BC53CA;
}
</style>
border-color css
<style>
span { border-color: #BC53CA; }
span { border-color: rgb(188,83,202); }
td.TdClassName
{
border-color: #BC53CA;
}
.TagClassName
{
border-color: #BC53CA;
}
</style>