Shades of Medium Orchid #BC67CE
Tints of Medium Orchid #BC67CE
RGB
CMYK
RGB Variations
Color information
#BC67CE (or 0xBC67CE) is known color: Medium Orchid. HEX triplet: BC, 67 and CE. RGB value is (188,103,206). Sum of RGB (Red+Green+Blue) = 188+103+206=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CE is #439831. Grayscale: #8B8B8B. Windows color (decimal): -4429874 or 13526972. OLE color: 13526972.
HSL color Cylindrical-coordinate representation of color #BC67CE: hue angle of 289.51º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC67CE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 103 | 206 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.19 |
| HSL | 289.51º | 0.51% | 0.61% | - |
| HSV(B) | 289.51º | 0.5% | 0.81% | - |
| XYZ | 36.73 | 24.85 | 61.25 | - |
| YUV | 140.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 206 | 0.09 | 0.50 | 0 | 0.19 | 289.51 | 0.51 | 0.61 |
| Hex | BC | 67 | CE | 9 | 32 | 0 | 13 | 122 | 33 | 3D |
| Octal | 274 | 147 | 316 | 11 | 62 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111100 | 1100111 | 11001110 | 1001 | 110010 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BC67CE
Complementary color
Monochromatic Colors of #BC67CE
Black with #BC67CE
Text Example
Text Example
White with #BC67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67CE; }
p { color: rgb(188,103,206); }
H1.HeaderClassName
{
color: #BC67CE;
}
.AnyTagClassName
{
color: #BC67CE;
}
</style>
background-color css
<style>
a { background-color: #BC67CE; }
a { background-color: rgb(188,103,206); }
div.DivClassName
{
background-color: #BC67CE;
}
.BgClassName
{
background-color: #BC67CE;
}
</style>
border-color css
<style>
span { border-color: #BC67CE; }
span { border-color: rgb(188,103,206); }
td.TdClassName
{
border-color: #BC67CE;
}
.TagClassName
{
border-color: #BC67CE;
}
</style>