Shades of Medium Orchid #BC4FEE
Tints of Medium Orchid #BC4FEE
RGB
CMYK
RGB Variations
Color information
#BC4FEE (or 0xBC4FEE) is known color: Medium Orchid. HEX triplet: BC, 4F and EE. RGB value is (188,79,238). Sum of RGB (Red+Green+Blue) = 188+79+238=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEE is #43B011. Grayscale: #818181. Windows color (decimal): -4435986 or 15617980. OLE color: 15617980.
HSL color Cylindrical-coordinate representation of color #BC4FEE: hue angle of 281.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4FEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 79 | 238 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 281.13º | 0.82% | 0.62% | - |
| HSV(B) | 281.13º | 0.67% | 0.93% | - |
| XYZ | 38.97 | 22.46 | 83.17 | - |
| YUV | 129.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 238 | 0.21 | 0.67 | 0 | 0.07 | 281.13 | 0.82 | 0.62 |
| Hex | BC | 4F | EE | 15 | 43 | 0 | 7 | 119 | 52 | 3E |
| Octal | 274 | 117 | 356 | 25 | 103 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111100 | 1001111 | 11101110 | 10101 | 1000011 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BC4FEE
Complementary color
Monochromatic Colors of #BC4FEE
Black with #BC4FEE
Text Example
Text Example
White with #BC4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FEE; }
p { color: rgb(188,79,238); }
H1.HeaderClassName
{
color: #BC4FEE;
}
.AnyTagClassName
{
color: #BC4FEE;
}
</style>
background-color css
<style>
a { background-color: #BC4FEE; }
a { background-color: rgb(188,79,238); }
div.DivClassName
{
background-color: #BC4FEE;
}
.BgClassName
{
background-color: #BC4FEE;
}
</style>
border-color css
<style>
span { border-color: #BC4FEE; }
span { border-color: rgb(188,79,238); }
td.TdClassName
{
border-color: #BC4FEE;
}
.TagClassName
{
border-color: #BC4FEE;
}
</style>