Shades of Medium Orchid #BC4CE7
Tints of Medium Orchid #BC4CE7
RGB
CMYK
RGB Variations
Color information
#BC4CE7 (or 0xBC4CE7) is known color: Medium Orchid. HEX triplet: BC, 4C and E7. RGB value is (188,76,231). Sum of RGB (Red+Green+Blue) = 188+76+231=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC4CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CE7 is #43B318. Grayscale: #7E7E7E. Windows color (decimal): -4436761 or 15158460. OLE color: 15158460.
HSL color Cylindrical-coordinate representation of color #BC4CE7: hue angle of 283.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4CE7 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 76 | 231 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.09 |
| HSL | 283.35º | 0.76% | 0.6% | - |
| HSV(B) | 283.35º | 0.67% | 0.91% | - |
| XYZ | 37.75 | 21.63 | 77.79 | - |
| YUV | 127.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 231 | 0.19 | 0.67 | 0 | 0.09 | 283.35 | 0.76 | 0.6 |
| Hex | BC | 4C | E7 | 13 | 43 | 0 | 9 | 11B | 4C | 3C |
| Octal | 274 | 114 | 347 | 23 | 103 | 0 | 11 | 433 | 114 | 74 |
| Binary | 10111100 | 1001100 | 11100111 | 10011 | 1000011 | 0 | 1001 | 100011011 | 1001100 | 111100 |
Color Harmonies of #BC4CE7
Complementary color
Monochromatic Colors of #BC4CE7
Black with #BC4CE7
Text Example
Text Example
White with #BC4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CE7; }
p { color: rgb(188,76,231); }
H1.HeaderClassName
{
color: #BC4CE7;
}
.AnyTagClassName
{
color: #BC4CE7;
}
</style>
background-color css
<style>
a { background-color: #BC4CE7; }
a { background-color: rgb(188,76,231); }
div.DivClassName
{
background-color: #BC4CE7;
}
.BgClassName
{
background-color: #BC4CE7;
}
</style>
border-color css
<style>
span { border-color: #BC4CE7; }
span { border-color: rgb(188,76,231); }
td.TdClassName
{
border-color: #BC4CE7;
}
.TagClassName
{
border-color: #BC4CE7;
}
</style>