Shades of Medium Orchid #BC52D5
Tints of Medium Orchid #BC52D5
RGB
CMYK
RGB Variations
Color information
#BC52D5 (or 0xBC52D5) is known color: Medium Orchid. HEX triplet: BC, 52 and D5. RGB value is (188,82,213). Sum of RGB (Red+Green+Blue) = 188+82+213=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52D5 is #43AD2A. Grayscale: #808080. Windows color (decimal): -4435243 or 13980348. OLE color: 13980348.
HSL color Cylindrical-coordinate representation of color #BC52D5: hue angle of 288.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC52D5 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 82 | 213 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.16 |
| HSL | 288.55º | 0.61% | 0.58% | - |
| HSV(B) | 288.55º | 0.62% | 0.84% | - |
| XYZ | 35.77 | 21.53 | 65.22 | - |
| YUV | 128.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 213 | 0.12 | 0.62 | 0 | 0.16 | 288.55 | 0.61 | 0.58 |
| Hex | BC | 52 | D5 | C | 3E | 0 | 10 | 121 | 3D | 3A |
| Octal | 274 | 122 | 325 | 14 | 76 | 0 | 20 | 441 | 75 | 72 |
| Binary | 10111100 | 1010010 | 11010101 | 1100 | 111110 | 0 | 10000 | 100100001 | 111101 | 111010 |
Color Harmonies of #BC52D5
Complementary color
Monochromatic Colors of #BC52D5
Black with #BC52D5
Text Example
Text Example
White with #BC52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52D5; }
p { color: rgb(188,82,213); }
H1.HeaderClassName
{
color: #BC52D5;
}
.AnyTagClassName
{
color: #BC52D5;
}
</style>
background-color css
<style>
a { background-color: #BC52D5; }
a { background-color: rgb(188,82,213); }
div.DivClassName
{
background-color: #BC52D5;
}
.BgClassName
{
background-color: #BC52D5;
}
</style>
border-color css
<style>
span { border-color: #BC52D5; }
span { border-color: rgb(188,82,213); }
td.TdClassName
{
border-color: #BC52D5;
}
.TagClassName
{
border-color: #BC52D5;
}
</style>