Shades of Medium Orchid #BC4FEB
Tints of Medium Orchid #BC4FEB
RGB
CMYK
RGB Variations
Color information
#BC4FEB (or 0xBC4FEB) is known color: Medium Orchid. HEX triplet: BC, 4F and EB. RGB value is (188,79,235). Sum of RGB (Red+Green+Blue) = 188+79+235=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEB is #43B014. Grayscale: #808080. Windows color (decimal): -4435989 or 15421372. OLE color: 15421372.
HSL color Cylindrical-coordinate representation of color #BC4FEB: hue angle of 281.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4FEB is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 79 | 235 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.08 |
| HSL | 281.92º | 0.8% | 0.62% | - |
| HSV(B) | 281.92º | 0.66% | 0.92% | - |
| XYZ | 38.53 | 22.28 | 80.87 | - |
| YUV | 129.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 235 | 0.2 | 0.66 | 0 | 0.08 | 281.92 | 0.8 | 0.62 |
| Hex | BC | 4F | EB | 14 | 42 | 0 | 8 | 11A | 50 | 3E |
| Octal | 274 | 117 | 353 | 24 | 102 | 0 | 10 | 432 | 120 | 76 |
| Binary | 10111100 | 1001111 | 11101011 | 10100 | 1000010 | 0 | 1000 | 100011010 | 1010000 | 111110 |
Color Harmonies of #BC4FEB
Complementary color
Monochromatic Colors of #BC4FEB
Black with #BC4FEB
Text Example
Text Example
White with #BC4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FEB; }
p { color: rgb(188,79,235); }
H1.HeaderClassName
{
color: #BC4FEB;
}
.AnyTagClassName
{
color: #BC4FEB;
}
</style>
background-color css
<style>
a { background-color: #BC4FEB; }
a { background-color: rgb(188,79,235); }
div.DivClassName
{
background-color: #BC4FEB;
}
.BgClassName
{
background-color: #BC4FEB;
}
</style>
border-color css
<style>
span { border-color: #BC4FEB; }
span { border-color: rgb(188,79,235); }
td.TdClassName
{
border-color: #BC4FEB;
}
.TagClassName
{
border-color: #BC4FEB;
}
</style>