Shades of Medium Orchid #BC67E6
Tints of Medium Orchid #BC67E6
RGB
CMYK
RGB Variations
Color information
#BC67E6 (or 0xBC67E6) is known color: Medium Orchid. HEX triplet: BC, 67 and E6. RGB value is (188,103,230). Sum of RGB (Red+Green+Blue) = 188+103+230=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC67E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67E6 is #439819. Grayscale: #8E8E8E. Windows color (decimal): -4429850 or 15099836. OLE color: 15099836.
HSL color Cylindrical-coordinate representation of color #BC67E6: hue angle of 280.16º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC67E6 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 103 | 230 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.10 |
| HSL | 280.16º | 0.72% | 0.65% | - |
| HSV(B) | 280.16º | 0.55% | 0.9% | - |
| XYZ | 39.87 | 26.11 | 77.8 | - |
| YUV | 142.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 230 | 0.18 | 0.55 | 0 | 0.10 | 280.16 | 0.72 | 0.65 |
| Hex | BC | 67 | E6 | 12 | 37 | 0 | A | 118 | 48 | 41 |
| Octal | 274 | 147 | 346 | 22 | 67 | 0 | 12 | 430 | 110 | 101 |
| Binary | 10111100 | 1100111 | 11100110 | 10010 | 110111 | 0 | 1010 | 100011000 | 1001000 | 1000001 |
Color Harmonies of #BC67E6
Complementary color
Monochromatic Colors of #BC67E6
Black with #BC67E6
Text Example
Text Example
White with #BC67E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67E6; }
p { color: rgb(188,103,230); }
H1.HeaderClassName
{
color: #BC67E6;
}
.AnyTagClassName
{
color: #BC67E6;
}
</style>
background-color css
<style>
a { background-color: #BC67E6; }
a { background-color: rgb(188,103,230); }
div.DivClassName
{
background-color: #BC67E6;
}
.BgClassName
{
background-color: #BC67E6;
}
</style>
border-color css
<style>
span { border-color: #BC67E6; }
span { border-color: rgb(188,103,230); }
td.TdClassName
{
border-color: #BC67E6;
}
.TagClassName
{
border-color: #BC67E6;
}
</style>