Shades of Medium Orchid #BC30DE
Tints of Medium Orchid #BC30DE
RGB
CMYK
RGB Variations
Color information
#BC30DE (or 0xBC30DE) is known color: Medium Orchid. HEX triplet: BC, 30 and DE. RGB value is (188,48,222). Sum of RGB (Red+Green+Blue) = 188+48+222=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC30DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30DE is #43CF21. Grayscale: #6D6D6D. Windows color (decimal): -4443938 or 14561468. OLE color: 14561468.
HSL color Cylindrical-coordinate representation of color #BC30DE: hue angle of 288.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC30DE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 48 | 222 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.13 |
| HSL | 288.28º | 0.73% | 0.53% | - |
| HSV(B) | 288.28º | 0.78% | 0.87% | - |
| XYZ | 34.98 | 18.08 | 70.75 | - |
| YUV | 109.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 222 | 0.15 | 0.78 | 0 | 0.13 | 288.28 | 0.73 | 0.53 |
| Hex | BC | 30 | DE | F | 4E | 0 | D | 120 | 48 | 35 |
| Octal | 274 | 60 | 336 | 17 | 116 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111100 | 110000 | 11011110 | 1111 | 1001110 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BC30DE
Complementary color
Monochromatic Colors of #BC30DE
Black with #BC30DE
Text Example
Text Example
White with #BC30DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30DE; }
p { color: rgb(188,48,222); }
H1.HeaderClassName
{
color: #BC30DE;
}
.AnyTagClassName
{
color: #BC30DE;
}
</style>
background-color css
<style>
a { background-color: #BC30DE; }
a { background-color: rgb(188,48,222); }
div.DivClassName
{
background-color: #BC30DE;
}
.BgClassName
{
background-color: #BC30DE;
}
</style>
border-color css
<style>
span { border-color: #BC30DE; }
span { border-color: rgb(188,48,222); }
td.TdClassName
{
border-color: #BC30DE;
}
.TagClassName
{
border-color: #BC30DE;
}
</style>