Shades of Medium Orchid #BC4BEE
Tints of Medium Orchid #BC4BEE
RGB
CMYK
RGB Variations
Color information
#BC4BEE (or 0xBC4BEE) is known color: Medium Orchid. HEX triplet: BC, 4B and EE. RGB value is (188,75,238). Sum of RGB (Red+Green+Blue) = 188+75+238=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BEE is #43B411. Grayscale: #7E7E7E. Windows color (decimal): -4437010 or 15616956. OLE color: 15616956.
HSL color Cylindrical-coordinate representation of color #BC4BEE: hue angle of 281.6º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4BEE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 75 | 238 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.07 |
| HSL | 281.6º | 0.83% | 0.61% | - |
| HSV(B) | 281.6º | 0.68% | 0.93% | - |
| XYZ | 38.69 | 21.9 | 83.08 | - |
| YUV | 127.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 238 | 0.21 | 0.68 | 0 | 0.07 | 281.6 | 0.83 | 0.61 |
| Hex | BC | 4B | EE | 15 | 44 | 0 | 7 | 11A | 53 | 3D |
| Octal | 274 | 113 | 356 | 25 | 104 | 0 | 7 | 432 | 123 | 75 |
| Binary | 10111100 | 1001011 | 11101110 | 10101 | 1000100 | 0 | 111 | 100011010 | 1010011 | 111101 |
Color Harmonies of #BC4BEE
Complementary color
Monochromatic Colors of #BC4BEE
Black with #BC4BEE
Text Example
Text Example
White with #BC4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BEE; }
p { color: rgb(188,75,238); }
H1.HeaderClassName
{
color: #BC4BEE;
}
.AnyTagClassName
{
color: #BC4BEE;
}
</style>
background-color css
<style>
a { background-color: #BC4BEE; }
a { background-color: rgb(188,75,238); }
div.DivClassName
{
background-color: #BC4BEE;
}
.BgClassName
{
background-color: #BC4BEE;
}
</style>
border-color css
<style>
span { border-color: #BC4BEE; }
span { border-color: rgb(188,75,238); }
td.TdClassName
{
border-color: #BC4BEE;
}
.TagClassName
{
border-color: #BC4BEE;
}
</style>