Shades of Medium Orchid #BC3DE9
Tints of Medium Orchid #BC3DE9
RGB
CMYK
RGB Variations
Color information
#BC3DE9 (or 0xBC3DE9) is known color: Medium Orchid. HEX triplet: BC, 3D and E9. RGB value is (188,61,233). Sum of RGB (Red+Green+Blue) = 188+61+233=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC3DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DE9 is #43C216. Grayscale: #767676. Windows color (decimal): -4440599 or 15285692. OLE color: 15285692.
HSL color Cylindrical-coordinate representation of color #BC3DE9: hue angle of 284.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3DE9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 61 | 233 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.09 |
| HSL | 284.3º | 0.8% | 0.58% | - |
| HSV(B) | 284.3º | 0.74% | 0.91% | - |
| XYZ | 37.12 | 19.91 | 78.98 | - |
| YUV | 118.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 233 | 0.19 | 0.74 | 0 | 0.09 | 284.3 | 0.8 | 0.58 |
| Hex | BC | 3D | E9 | 13 | 4A | 0 | 9 | 11C | 50 | 3A |
| Octal | 274 | 75 | 351 | 23 | 112 | 0 | 11 | 434 | 120 | 72 |
| Binary | 10111100 | 111101 | 11101001 | 10011 | 1001010 | 0 | 1001 | 100011100 | 1010000 | 111010 |
Color Harmonies of #BC3DE9
Complementary color
Monochromatic Colors of #BC3DE9
Black with #BC3DE9
Text Example
Text Example
White with #BC3DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DE9; }
p { color: rgb(188,61,233); }
H1.HeaderClassName
{
color: #BC3DE9;
}
.AnyTagClassName
{
color: #BC3DE9;
}
</style>
background-color css
<style>
a { background-color: #BC3DE9; }
a { background-color: rgb(188,61,233); }
div.DivClassName
{
background-color: #BC3DE9;
}
.BgClassName
{
background-color: #BC3DE9;
}
</style>
border-color css
<style>
span { border-color: #BC3DE9; }
span { border-color: rgb(188,61,233); }
td.TdClassName
{
border-color: #BC3DE9;
}
.TagClassName
{
border-color: #BC3DE9;
}
</style>