Shades of Medium Orchid #B250EC
Tints of Medium Orchid #B250EC
RGB
CMYK
RGB Variations
Color information
#B250EC (or 0xB250EC) is known color: Medium Orchid. HEX triplet: B2, 50 and EC. RGB value is (178,80,236). Sum of RGB (Red+Green+Blue) = 178+80+236=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #B250EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250EC is #4DAF13. Grayscale: #7E7E7E. Windows color (decimal): -5091092 or 15487154. OLE color: 15487154.
HSL color Cylindrical-coordinate representation of color #B250EC: hue angle of 277.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B250EC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 80 | 236 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.07 |
| HSL | 277.69º | 0.8% | 0.62% | - |
| HSV(B) | 277.69º | 0.66% | 0.93% | - |
| XYZ | 36.37 | 21.26 | 81.54 | - |
| YUV | 127.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 236 | 0.25 | 0.66 | 0 | 0.07 | 277.69 | 0.8 | 0.62 |
| Hex | B2 | 50 | EC | 19 | 42 | 0 | 7 | 116 | 50 | 3E |
| Octal | 262 | 120 | 354 | 31 | 102 | 0 | 7 | 426 | 120 | 76 |
| Binary | 10110010 | 1010000 | 11101100 | 11001 | 1000010 | 0 | 111 | 100010110 | 1010000 | 111110 |
Color Harmonies of #B250EC
Complementary color
Monochromatic Colors of #B250EC
Black with #B250EC
Text Example
Text Example
White with #B250EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250EC; }
p { color: rgb(178,80,236); }
H1.HeaderClassName
{
color: #B250EC;
}
.AnyTagClassName
{
color: #B250EC;
}
</style>
background-color css
<style>
a { background-color: #B250EC; }
a { background-color: rgb(178,80,236); }
div.DivClassName
{
background-color: #B250EC;
}
.BgClassName
{
background-color: #B250EC;
}
</style>
border-color css
<style>
span { border-color: #B250EC; }
span { border-color: rgb(178,80,236); }
td.TdClassName
{
border-color: #B250EC;
}
.TagClassName
{
border-color: #B250EC;
}
</style>