Shades of Medium Orchid #BC2DEB
Tints of Medium Orchid #BC2DEB
RGB
CMYK
RGB Variations
Color information
#BC2DEB (or 0xBC2DEB) is known color: Medium Orchid. HEX triplet: BC, 2D and EB. RGB value is (188,45,235). Sum of RGB (Red+Green+Blue) = 188+45+235=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DEB is #43D214. Grayscale: #6C6C6C. Windows color (decimal): -4444693 or 15412668. OLE color: 15412668.
HSL color Cylindrical-coordinate representation of color #BC2DEB: hue angle of 285.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2DEB is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 45 | 235 | - |
| CMYK | 0.2 | 0.81 | 0 | 0.08 |
| HSL | 285.16º | 0.83% | 0.55% | - |
| HSV(B) | 285.16º | 0.81% | 0.92% | - |
| XYZ | 36.67 | 18.57 | 80.25 | - |
| YUV | 109.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 235 | 0.2 | 0.81 | 0 | 0.08 | 285.16 | 0.83 | 0.55 |
| Hex | BC | 2D | EB | 14 | 51 | 0 | 8 | 11D | 53 | 37 |
| Octal | 274 | 55 | 353 | 24 | 121 | 0 | 10 | 435 | 123 | 67 |
| Binary | 10111100 | 101101 | 11101011 | 10100 | 1010001 | 0 | 1000 | 100011101 | 1010011 | 110111 |
Color Harmonies of #BC2DEB
Complementary color
Monochromatic Colors of #BC2DEB
Black with #BC2DEB
Text Example
Text Example
White with #BC2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DEB; }
p { color: rgb(188,45,235); }
H1.HeaderClassName
{
color: #BC2DEB;
}
.AnyTagClassName
{
color: #BC2DEB;
}
</style>
background-color css
<style>
a { background-color: #BC2DEB; }
a { background-color: rgb(188,45,235); }
div.DivClassName
{
background-color: #BC2DEB;
}
.BgClassName
{
background-color: #BC2DEB;
}
</style>
border-color css
<style>
span { border-color: #BC2DEB; }
span { border-color: rgb(188,45,235); }
td.TdClassName
{
border-color: #BC2DEB;
}
.TagClassName
{
border-color: #BC2DEB;
}
</style>