Shades of Medium Orchid #BC52CA
Tints of Medium Orchid #BC52CA
RGB
CMYK
RGB Variations
Color information
#BC52CA (or 0xBC52CA) is known color: Medium Orchid. HEX triplet: BC, 52 and CA. RGB value is (188,82,202). Sum of RGB (Red+Green+Blue) = 188+82+202=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52CA is #43AD35. Grayscale: #7F7F7F. Windows color (decimal): -4435254 or 13259452. OLE color: 13259452.
HSL color Cylindrical-coordinate representation of color #BC52CA: hue angle of 293º 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 #BC52CA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 82 | 202 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.21 |
| HSL | 293º | 0.53% | 0.56% | - |
| HSV(B) | 293º | 0.59% | 0.79% | - |
| XYZ | 34.42 | 20.99 | 58.11 | - |
| YUV | 127.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 202 | 0.07 | 0.59 | 0 | 0.21 | 293 | 0.53 | 0.56 |
| Hex | BC | 52 | CA | 7 | 3B | 0 | 15 | 125 | 35 | 38 |
| Octal | 274 | 122 | 312 | 7 | 73 | 0 | 25 | 445 | 65 | 70 |
| Binary | 10111100 | 1010010 | 11001010 | 111 | 111011 | 0 | 10101 | 100100101 | 110101 | 111000 |
Color Harmonies of #BC52CA
Complementary color
Monochromatic Colors of #BC52CA
Black with #BC52CA
Text Example
Text Example
White with #BC52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52CA; }
p { color: rgb(188,82,202); }
H1.HeaderClassName
{
color: #BC52CA;
}
.AnyTagClassName
{
color: #BC52CA;
}
</style>
background-color css
<style>
a { background-color: #BC52CA; }
a { background-color: rgb(188,82,202); }
div.DivClassName
{
background-color: #BC52CA;
}
.BgClassName
{
background-color: #BC52CA;
}
</style>
border-color css
<style>
span { border-color: #BC52CA; }
span { border-color: rgb(188,82,202); }
td.TdClassName
{
border-color: #BC52CA;
}
.TagClassName
{
border-color: #BC52CA;
}
</style>