Shades of Medium Orchid #BC30D0
Tints of Medium Orchid #BC30D0
RGB
CMYK
RGB Variations
Color information
#BC30D0 (or 0xBC30D0) is known color: Medium Orchid. HEX triplet: BC, 30 and D0. RGB value is (188,48,208). Sum of RGB (Red+Green+Blue) = 188+48+208=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC30D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30D0 is #43CF2F. Grayscale: #6B6B6B. Windows color (decimal): -4443952 or 13643964. OLE color: 13643964.
HSL color Cylindrical-coordinate representation of color #BC30D0: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC30D0 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 48 | 208 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.18 |
| HSL | 292.5º | 0.63% | 0.5% | - |
| HSV(B) | 292.5º | 0.77% | 0.82% | - |
| XYZ | 33.18 | 17.36 | 61.28 | - |
| YUV | 108.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 208 | 0.10 | 0.77 | 0 | 0.18 | 292.5 | 0.63 | 0.5 |
| Hex | BC | 30 | D0 | A | 4D | 0 | 12 | 124 | 3F | 32 |
| Octal | 274 | 60 | 320 | 12 | 115 | 0 | 22 | 444 | 77 | 62 |
| Binary | 10111100 | 110000 | 11010000 | 1010 | 1001101 | 0 | 10010 | 100100100 | 111111 | 110010 |
Color Harmonies of #BC30D0
Complementary color
Monochromatic Colors of #BC30D0
Black with #BC30D0
Text Example
Text Example
White with #BC30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30D0; }
p { color: rgb(188,48,208); }
H1.HeaderClassName
{
color: #BC30D0;
}
.AnyTagClassName
{
color: #BC30D0;
}
</style>
background-color css
<style>
a { background-color: #BC30D0; }
a { background-color: rgb(188,48,208); }
div.DivClassName
{
background-color: #BC30D0;
}
.BgClassName
{
background-color: #BC30D0;
}
</style>
border-color css
<style>
span { border-color: #BC30D0; }
span { border-color: rgb(188,48,208); }
td.TdClassName
{
border-color: #BC30D0;
}
.TagClassName
{
border-color: #BC30D0;
}
</style>