Shades of Medium Orchid #BC30D3
Tints of Medium Orchid #BC30D3
RGB
CMYK
RGB Variations
Color information
#BC30D3 (or 0xBC30D3) is known color: Medium Orchid. HEX triplet: BC, 30 and D3. RGB value is (188,48,211). Sum of RGB (Red+Green+Blue) = 188+48+211=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC30D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30D3 is #43CF2C. Grayscale: #6B6B6B. Windows color (decimal): -4443949 or 13840572. OLE color: 13840572.
HSL color Cylindrical-coordinate representation of color #BC30D3: hue angle of 291.53º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC30D3 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 48 | 211 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.17 |
| HSL | 291.53º | 0.65% | 0.51% | - |
| HSV(B) | 291.53º | 0.77% | 0.83% | - |
| XYZ | 33.55 | 17.51 | 63.24 | - |
| YUV | 108.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 211 | 0.11 | 0.77 | 0 | 0.17 | 291.53 | 0.65 | 0.51 |
| Hex | BC | 30 | D3 | B | 4D | 0 | 11 | 124 | 41 | 33 |
| Octal | 274 | 60 | 323 | 13 | 115 | 0 | 21 | 444 | 101 | 63 |
| Binary | 10111100 | 110000 | 11010011 | 1011 | 1001101 | 0 | 10001 | 100100100 | 1000001 | 110011 |
Color Harmonies of #BC30D3
Complementary color
Monochromatic Colors of #BC30D3
Black with #BC30D3
Text Example
Text Example
White with #BC30D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30D3; }
p { color: rgb(188,48,211); }
H1.HeaderClassName
{
color: #BC30D3;
}
.AnyTagClassName
{
color: #BC30D3;
}
</style>
background-color css
<style>
a { background-color: #BC30D3; }
a { background-color: rgb(188,48,211); }
div.DivClassName
{
background-color: #BC30D3;
}
.BgClassName
{
background-color: #BC30D3;
}
</style>
border-color css
<style>
span { border-color: #BC30D3; }
span { border-color: rgb(188,48,211); }
td.TdClassName
{
border-color: #BC30D3;
}
.TagClassName
{
border-color: #BC30D3;
}
</style>