Shades of Medium Orchid #BC65E3
Tints of Medium Orchid #BC65E3
RGB
CMYK
RGB Variations
Color information
#BC65E3 (or 0xBC65E3) is known color: Medium Orchid. HEX triplet: BC, 65 and E3. RGB value is (188,101,227). Sum of RGB (Red+Green+Blue) = 188+101+227=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65E3 is #439A1C. Grayscale: #8C8C8C. Windows color (decimal): -4430365 or 14902716. OLE color: 14902716.
HSL color Cylindrical-coordinate representation of color #BC65E3: hue angle of 281.43º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC65E3 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 101 | 227 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.11 |
| HSL | 281.43º | 0.69% | 0.64% | - |
| HSV(B) | 281.43º | 0.56% | 0.89% | - |
| XYZ | 39.26 | 25.54 | 75.53 | - |
| YUV | 141.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 227 | 0.17 | 0.56 | 0 | 0.11 | 281.43 | 0.69 | 0.64 |
| Hex | BC | 65 | E3 | 11 | 38 | 0 | B | 119 | 45 | 40 |
| Octal | 274 | 145 | 343 | 21 | 70 | 0 | 13 | 431 | 105 | 100 |
| Binary | 10111100 | 1100101 | 11100011 | 10001 | 111000 | 0 | 1011 | 100011001 | 1000101 | 1000000 |
Color Harmonies of #BC65E3
Complementary color
Monochromatic Colors of #BC65E3
Black with #BC65E3
Text Example
Text Example
White with #BC65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65E3; }
p { color: rgb(188,101,227); }
H1.HeaderClassName
{
color: #BC65E3;
}
.AnyTagClassName
{
color: #BC65E3;
}
</style>
background-color css
<style>
a { background-color: #BC65E3; }
a { background-color: rgb(188,101,227); }
div.DivClassName
{
background-color: #BC65E3;
}
.BgClassName
{
background-color: #BC65E3;
}
</style>
border-color css
<style>
span { border-color: #BC65E3; }
span { border-color: rgb(188,101,227); }
td.TdClassName
{
border-color: #BC65E3;
}
.TagClassName
{
border-color: #BC65E3;
}
</style>