Shades of Medium Orchid #BC74CA
Tints of Medium Orchid #BC74CA
RGB
CMYK
RGB Variations
Color information
#BC74CA (or 0xBC74CA) is known color: Medium Orchid. HEX triplet: BC, 74 and CA. RGB value is (188,116,202). Sum of RGB (Red+Green+Blue) = 188+116+202=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74CA is #438B35. Grayscale: #939393. Windows color (decimal): -4426550 or 13268156. OLE color: 13268156.
HSL color Cylindrical-coordinate representation of color #BC74CA: hue angle of 290.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC74CA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 116 | 202 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.21 |
| HSL | 290.23º | 0.45% | 0.62% | - |
| HSV(B) | 290.23º | 0.43% | 0.79% | - |
| XYZ | 37.65 | 27.45 | 59.19 | - |
| YUV | 147.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 202 | 0.07 | 0.43 | 0 | 0.21 | 290.23 | 0.45 | 0.62 |
| Hex | BC | 74 | CA | 7 | 2B | 0 | 15 | 122 | 2D | 3E |
| Octal | 274 | 164 | 312 | 7 | 53 | 0 | 25 | 442 | 55 | 76 |
| Binary | 10111100 | 1110100 | 11001010 | 111 | 101011 | 0 | 10101 | 100100010 | 101101 | 111110 |
Color Harmonies of #BC74CA
Complementary color
Monochromatic Colors of #BC74CA
Black with #BC74CA
Text Example
Text Example
White with #BC74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74CA; }
p { color: rgb(188,116,202); }
H1.HeaderClassName
{
color: #BC74CA;
}
.AnyTagClassName
{
color: #BC74CA;
}
</style>
background-color css
<style>
a { background-color: #BC74CA; }
a { background-color: rgb(188,116,202); }
div.DivClassName
{
background-color: #BC74CA;
}
.BgClassName
{
background-color: #BC74CA;
}
</style>
border-color css
<style>
span { border-color: #BC74CA; }
span { border-color: rgb(188,116,202); }
td.TdClassName
{
border-color: #BC74CA;
}
.TagClassName
{
border-color: #BC74CA;
}
</style>