Shades of Medium Orchid #BC2FEB
Tints of Medium Orchid #BC2FEB
RGB
CMYK
RGB Variations
Color information
#BC2FEB (or 0xBC2FEB) is known color: Medium Orchid. HEX triplet: BC, 2F and EB. RGB value is (188,47,235). Sum of RGB (Red+Green+Blue) = 188+47+235=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FEB is #43D014. Grayscale: #6D6D6D. Windows color (decimal): -4444181 or 15413180. OLE color: 15413180.
HSL color Cylindrical-coordinate representation of color #BC2FEB: hue angle of 285º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2FEB is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 47 | 235 | - |
| CMYK | 0.2 | 0.8 | 0 | 0.08 |
| HSL | 285º | 0.82% | 0.55% | - |
| HSV(B) | 285º | 0.8% | 0.92% | - |
| XYZ | 36.75 | 18.72 | 80.27 | - |
| YUV | 110.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 235 | 0.2 | 0.8 | 0 | 0.08 | 285 | 0.82 | 0.55 |
| Hex | BC | 2F | EB | 14 | 50 | 0 | 8 | 11D | 52 | 37 |
| Octal | 274 | 57 | 353 | 24 | 120 | 0 | 10 | 435 | 122 | 67 |
| Binary | 10111100 | 101111 | 11101011 | 10100 | 1010000 | 0 | 1000 | 100011101 | 1010010 | 110111 |
Color Harmonies of #BC2FEB
Complementary color
Monochromatic Colors of #BC2FEB
Black with #BC2FEB
Text Example
Text Example
White with #BC2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FEB; }
p { color: rgb(188,47,235); }
H1.HeaderClassName
{
color: #BC2FEB;
}
.AnyTagClassName
{
color: #BC2FEB;
}
</style>
background-color css
<style>
a { background-color: #BC2FEB; }
a { background-color: rgb(188,47,235); }
div.DivClassName
{
background-color: #BC2FEB;
}
.BgClassName
{
background-color: #BC2FEB;
}
</style>
border-color css
<style>
span { border-color: #BC2FEB; }
span { border-color: rgb(188,47,235); }
td.TdClassName
{
border-color: #BC2FEB;
}
.TagClassName
{
border-color: #BC2FEB;
}
</style>