Shades of Medium Orchid #BC30ED
Tints of Medium Orchid #BC30ED
RGB
CMYK
RGB Variations
Color information
#BC30ED (or 0xBC30ED) is known color: Medium Orchid. HEX triplet: BC, 30 and ED. RGB value is (188,48,237). Sum of RGB (Red+Green+Blue) = 188+48+237=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30ED is #43CF12. Grayscale: #6E6E6E. Windows color (decimal): -4443923 or 15544508. OLE color: 15544508.
HSL color Cylindrical-coordinate representation of color #BC30ED: hue angle of 284.44º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC30ED is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 48 | 237 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.07 |
| HSL | 284.44º | 0.84% | 0.56% | - |
| HSV(B) | 284.44º | 0.8% | 0.93% | - |
| XYZ | 37.08 | 18.92 | 81.82 | - |
| YUV | 111.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 237 | 0.21 | 0.80 | 0 | 0.07 | 284.44 | 0.84 | 0.56 |
| Hex | BC | 30 | ED | 15 | 50 | 0 | 7 | 11C | 54 | 38 |
| Octal | 274 | 60 | 355 | 25 | 120 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111100 | 110000 | 11101101 | 10101 | 1010000 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BC30ED
Complementary color
Monochromatic Colors of #BC30ED
Black with #BC30ED
Text Example
Text Example
White with #BC30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30ED; }
p { color: rgb(188,48,237); }
H1.HeaderClassName
{
color: #BC30ED;
}
.AnyTagClassName
{
color: #BC30ED;
}
</style>
background-color css
<style>
a { background-color: #BC30ED; }
a { background-color: rgb(188,48,237); }
div.DivClassName
{
background-color: #BC30ED;
}
.BgClassName
{
background-color: #BC30ED;
}
</style>
border-color css
<style>
span { border-color: #BC30ED; }
span { border-color: rgb(188,48,237); }
td.TdClassName
{
border-color: #BC30ED;
}
.TagClassName
{
border-color: #BC30ED;
}
</style>