Shades of Medium Orchid #B740EC
Tints of Medium Orchid #B740EC
RGB
CMYK
RGB Variations
Color information
#B740EC (or 0xB740EC) is known color: Medium Orchid. HEX triplet: B7, 40 and EC. RGB value is (183,64,236). Sum of RGB (Red+Green+Blue) = 183+64+236=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #B740EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740EC is #48BF13. Grayscale: #767676. Windows color (decimal): -4767508 or 15483063. OLE color: 15483063.
HSL color Cylindrical-coordinate representation of color #B740EC: hue angle of 281.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B740EC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 64 | 236 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.07 |
| HSL | 281.51º | 0.82% | 0.59% | - |
| HSV(B) | 281.51º | 0.73% | 0.93% | - |
| XYZ | 36.5 | 19.79 | 81.25 | - |
| YUV | 119.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 236 | 0.22 | 0.73 | 0 | 0.07 | 281.51 | 0.82 | 0.59 |
| Hex | B7 | 40 | EC | 16 | 49 | 0 | 7 | 11A | 52 | 3B |
| Octal | 267 | 100 | 354 | 26 | 111 | 0 | 7 | 432 | 122 | 73 |
| Binary | 10110111 | 1000000 | 11101100 | 10110 | 1001001 | 0 | 111 | 100011010 | 1010010 | 111011 |
Color Harmonies of #B740EC
Complementary color
Monochromatic Colors of #B740EC
Black with #B740EC
Text Example
Text Example
White with #B740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740EC; }
p { color: rgb(183,64,236); }
H1.HeaderClassName
{
color: #B740EC;
}
.AnyTagClassName
{
color: #B740EC;
}
</style>
background-color css
<style>
a { background-color: #B740EC; }
a { background-color: rgb(183,64,236); }
div.DivClassName
{
background-color: #B740EC;
}
.BgClassName
{
background-color: #B740EC;
}
</style>
border-color css
<style>
span { border-color: #B740EC; }
span { border-color: rgb(183,64,236); }
td.TdClassName
{
border-color: #B740EC;
}
.TagClassName
{
border-color: #B740EC;
}
</style>