Shades of Medium Orchid #BC46CA
Tints of Medium Orchid #BC46CA
RGB
CMYK
RGB Variations
Color information
#BC46CA (or 0xBC46CA) is known color: Medium Orchid. HEX triplet: BC, 46 and CA. RGB value is (188,70,202). Sum of RGB (Red+Green+Blue) = 188+70+202=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46CA is #43B935. Grayscale: #777777. Windows color (decimal): -4438326 or 13256380. OLE color: 13256380.
HSL color Cylindrical-coordinate representation of color #BC46CA: hue angle of 293.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC46CA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 70 | 202 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.21 |
| HSL | 293.64º | 0.55% | 0.53% | - |
| HSV(B) | 293.64º | 0.65% | 0.79% | - |
| XYZ | 33.59 | 19.34 | 57.84 | - |
| YUV | 120.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 202 | 0.07 | 0.65 | 0 | 0.21 | 293.64 | 0.55 | 0.53 |
| Hex | BC | 46 | CA | 7 | 41 | 0 | 15 | 126 | 37 | 35 |
| Octal | 274 | 106 | 312 | 7 | 101 | 0 | 25 | 446 | 67 | 65 |
| Binary | 10111100 | 1000110 | 11001010 | 111 | 1000001 | 0 | 10101 | 100100110 | 110111 | 110101 |
Color Harmonies of #BC46CA
Complementary color
Monochromatic Colors of #BC46CA
Black with #BC46CA
Text Example
Text Example
White with #BC46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46CA; }
p { color: rgb(188,70,202); }
H1.HeaderClassName
{
color: #BC46CA;
}
.AnyTagClassName
{
color: #BC46CA;
}
</style>
background-color css
<style>
a { background-color: #BC46CA; }
a { background-color: rgb(188,70,202); }
div.DivClassName
{
background-color: #BC46CA;
}
.BgClassName
{
background-color: #BC46CA;
}
</style>
border-color css
<style>
span { border-color: #BC46CA; }
span { border-color: rgb(188,70,202); }
td.TdClassName
{
border-color: #BC46CA;
}
.TagClassName
{
border-color: #BC46CA;
}
</style>