Shades of Medium Orchid #BC48E9
Tints of Medium Orchid #BC48E9
RGB
CMYK
RGB Variations
Color information
#BC48E9 (or 0xBC48E9) is known color: Medium Orchid. HEX triplet: BC, 48 and E9. RGB value is (188,72,233). Sum of RGB (Red+Green+Blue) = 188+72+233=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC48E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48E9 is #43B716. Grayscale: #7C7C7C. Windows color (decimal): -4437783 or 15288508. OLE color: 15288508.
HSL color Cylindrical-coordinate representation of color #BC48E9: hue angle of 283.23º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC48E9 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 72 | 233 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.09 |
| HSL | 283.23º | 0.79% | 0.6% | - |
| HSV(B) | 283.23º | 0.69% | 0.91% | - |
| XYZ | 37.76 | 21.21 | 79.19 | - |
| YUV | 125.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 233 | 0.19 | 0.69 | 0 | 0.09 | 283.23 | 0.79 | 0.6 |
| Hex | BC | 48 | E9 | 13 | 45 | 0 | 9 | 11B | 4F | 3C |
| Octal | 274 | 110 | 351 | 23 | 105 | 0 | 11 | 433 | 117 | 74 |
| Binary | 10111100 | 1001000 | 11101001 | 10011 | 1000101 | 0 | 1001 | 100011011 | 1001111 | 111100 |
Color Harmonies of #BC48E9
Complementary color
Monochromatic Colors of #BC48E9
Black with #BC48E9
Text Example
Text Example
White with #BC48E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48E9; }
p { color: rgb(188,72,233); }
H1.HeaderClassName
{
color: #BC48E9;
}
.AnyTagClassName
{
color: #BC48E9;
}
</style>
background-color css
<style>
a { background-color: #BC48E9; }
a { background-color: rgb(188,72,233); }
div.DivClassName
{
background-color: #BC48E9;
}
.BgClassName
{
background-color: #BC48E9;
}
</style>
border-color css
<style>
span { border-color: #BC48E9; }
span { border-color: rgb(188,72,233); }
td.TdClassName
{
border-color: #BC48E9;
}
.TagClassName
{
border-color: #BC48E9;
}
</style>