Shades of Medium Orchid #BC4BEF
Tints of Medium Orchid #BC4BEF
RGB
CMYK
RGB Variations
Color information
#BC4BEF (or 0xBC4BEF) is known color: Medium Orchid. HEX triplet: BC, 4B and EF. RGB value is (188,75,239). Sum of RGB (Red+Green+Blue) = 188+75+239=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BEF is #43B410. Grayscale: #7E7E7E. Windows color (decimal): -4437009 or 15682492. OLE color: 15682492.
HSL color Cylindrical-coordinate representation of color #BC4BEF: hue angle of 281.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4BEF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 75 | 239 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.06 |
| HSL | 281.34º | 0.84% | 0.62% | - |
| HSV(B) | 281.34º | 0.69% | 0.94% | - |
| XYZ | 38.84 | 21.96 | 83.85 | - |
| YUV | 127.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 239 | 0.21 | 0.69 | 0 | 0.06 | 281.34 | 0.84 | 0.62 |
| Hex | BC | 4B | EF | 15 | 45 | 0 | 6 | 119 | 54 | 3E |
| Octal | 274 | 113 | 357 | 25 | 105 | 0 | 6 | 431 | 124 | 76 |
| Binary | 10111100 | 1001011 | 11101111 | 10101 | 1000101 | 0 | 110 | 100011001 | 1010100 | 111110 |
Color Harmonies of #BC4BEF
Complementary color
Monochromatic Colors of #BC4BEF
Black with #BC4BEF
Text Example
Text Example
White with #BC4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BEF; }
p { color: rgb(188,75,239); }
H1.HeaderClassName
{
color: #BC4BEF;
}
.AnyTagClassName
{
color: #BC4BEF;
}
</style>
background-color css
<style>
a { background-color: #BC4BEF; }
a { background-color: rgb(188,75,239); }
div.DivClassName
{
background-color: #BC4BEF;
}
.BgClassName
{
background-color: #BC4BEF;
}
</style>
border-color css
<style>
span { border-color: #BC4BEF; }
span { border-color: rgb(188,75,239); }
td.TdClassName
{
border-color: #BC4BEF;
}
.TagClassName
{
border-color: #BC4BEF;
}
</style>