Shades of Medium Orchid #BC48E7
Tints of Medium Orchid #BC48E7
RGB
CMYK
RGB Variations
Color information
#BC48E7 (or 0xBC48E7) is known color: Medium Orchid. HEX triplet: BC, 48 and E7. RGB value is (188,72,231). Sum of RGB (Red+Green+Blue) = 188+72+231=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC48E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48E7 is #43B718. Grayscale: #7C7C7C. Windows color (decimal): -4437785 or 15157436. OLE color: 15157436.
HSL color Cylindrical-coordinate representation of color #BC48E7: hue angle of 283.77º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC48E7 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 72 | 231 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.09 |
| HSL | 283.77º | 0.77% | 0.59% | - |
| HSV(B) | 283.77º | 0.69% | 0.91% | - |
| XYZ | 37.48 | 21.1 | 77.7 | - |
| YUV | 124.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 231 | 0.19 | 0.69 | 0 | 0.09 | 283.77 | 0.77 | 0.59 |
| Hex | BC | 48 | E7 | 13 | 45 | 0 | 9 | 11C | 4D | 3B |
| Octal | 274 | 110 | 347 | 23 | 105 | 0 | 11 | 434 | 115 | 73 |
| Binary | 10111100 | 1001000 | 11100111 | 10011 | 1000101 | 0 | 1001 | 100011100 | 1001101 | 111011 |
Color Harmonies of #BC48E7
Complementary color
Monochromatic Colors of #BC48E7
Black with #BC48E7
Text Example
Text Example
White with #BC48E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48E7; }
p { color: rgb(188,72,231); }
H1.HeaderClassName
{
color: #BC48E7;
}
.AnyTagClassName
{
color: #BC48E7;
}
</style>
background-color css
<style>
a { background-color: #BC48E7; }
a { background-color: rgb(188,72,231); }
div.DivClassName
{
background-color: #BC48E7;
}
.BgClassName
{
background-color: #BC48E7;
}
</style>
border-color css
<style>
span { border-color: #BC48E7; }
span { border-color: rgb(188,72,231); }
td.TdClassName
{
border-color: #BC48E7;
}
.TagClassName
{
border-color: #BC48E7;
}
</style>