Shades of Medium Orchid #BC6BE9
Tints of Medium Orchid #BC6BE9
RGB
CMYK
RGB Variations
Color information
#BC6BE9 (or 0xBC6BE9) is known color: Medium Orchid. HEX triplet: BC, 6B and E9. RGB value is (188,107,233). Sum of RGB (Red+Green+Blue) = 188+107+233=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC6BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BE9 is #439416. Grayscale: #919191. Windows color (decimal): -4428823 or 15297468. OLE color: 15297468.
HSL color Cylindrical-coordinate representation of color #BC6BE9: hue angle of 278.57º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6BE9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 107 | 233 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.09 |
| HSL | 278.57º | 0.74% | 0.67% | - |
| HSV(B) | 278.57º | 0.54% | 0.91% | - |
| XYZ | 40.7 | 27.09 | 80.17 | - |
| YUV | 145.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 233 | 0.19 | 0.54 | 0 | 0.09 | 278.57 | 0.74 | 0.67 |
| Hex | BC | 6B | E9 | 13 | 36 | 0 | 9 | 117 | 4A | 43 |
| Octal | 274 | 153 | 351 | 23 | 66 | 0 | 11 | 427 | 112 | 103 |
| Binary | 10111100 | 1101011 | 11101001 | 10011 | 110110 | 0 | 1001 | 100010111 | 1001010 | 1000011 |
Color Harmonies of #BC6BE9
Complementary color
Monochromatic Colors of #BC6BE9
Black with #BC6BE9
Text Example
Text Example
White with #BC6BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BE9; }
p { color: rgb(188,107,233); }
H1.HeaderClassName
{
color: #BC6BE9;
}
.AnyTagClassName
{
color: #BC6BE9;
}
</style>
background-color css
<style>
a { background-color: #BC6BE9; }
a { background-color: rgb(188,107,233); }
div.DivClassName
{
background-color: #BC6BE9;
}
.BgClassName
{
background-color: #BC6BE9;
}
</style>
border-color css
<style>
span { border-color: #BC6BE9; }
span { border-color: rgb(188,107,233); }
td.TdClassName
{
border-color: #BC6BE9;
}
.TagClassName
{
border-color: #BC6BE9;
}
</style>