Shades of Medium Orchid #B750EC
Tints of Medium Orchid #B750EC
RGB
CMYK
RGB Variations
Color information
#B750EC (or 0xB750EC) is known color: Medium Orchid. HEX triplet: B7, 50 and EC. RGB value is (183,80,236). Sum of RGB (Red+Green+Blue) = 183+80+236=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B750EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750EC is #48AF13. Grayscale: #808080. Windows color (decimal): -4763412 or 15487159. OLE color: 15487159.
HSL color Cylindrical-coordinate representation of color #B750EC: hue angle of 279.62º 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 #B750EC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 80 | 236 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.07 |
| HSL | 279.62º | 0.8% | 0.62% | - |
| HSV(B) | 279.62º | 0.66% | 0.93% | - |
| XYZ | 37.54 | 21.86 | 81.6 | - |
| YUV | 128.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 236 | 0.22 | 0.66 | 0 | 0.07 | 279.62 | 0.8 | 0.62 |
| Hex | B7 | 50 | EC | 16 | 42 | 0 | 7 | 118 | 50 | 3E |
| Octal | 267 | 120 | 354 | 26 | 102 | 0 | 7 | 430 | 120 | 76 |
| Binary | 10110111 | 1010000 | 11101100 | 10110 | 1000010 | 0 | 111 | 100011000 | 1010000 | 111110 |
Color Harmonies of #B750EC
Complementary color
Monochromatic Colors of #B750EC
Black with #B750EC
Text Example
Text Example
White with #B750EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750EC; }
p { color: rgb(183,80,236); }
H1.HeaderClassName
{
color: #B750EC;
}
.AnyTagClassName
{
color: #B750EC;
}
</style>
background-color css
<style>
a { background-color: #B750EC; }
a { background-color: rgb(183,80,236); }
div.DivClassName
{
background-color: #B750EC;
}
.BgClassName
{
background-color: #B750EC;
}
</style>
border-color css
<style>
span { border-color: #B750EC; }
span { border-color: rgb(183,80,236); }
td.TdClassName
{
border-color: #B750EC;
}
.TagClassName
{
border-color: #B750EC;
}
</style>