Shades of Medium Orchid #B739EC
Tints of Medium Orchid #B739EC
RGB
CMYK
RGB Variations
Color information
#B739EC (or 0xB739EC) is known color: Medium Orchid. HEX triplet: B7, 39 and EC. RGB value is (183,57,236). Sum of RGB (Red+Green+Blue) = 183+57+236=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B739EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B739EC is #48C613. Grayscale: #727272. Windows color (decimal): -4769300 or 15481271. OLE color: 15481271.
HSL color Cylindrical-coordinate representation of color #B739EC: hue angle of 282.23º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B739EC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 57 | 236 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.07 |
| HSL | 282.23º | 0.82% | 0.57% | - |
| HSV(B) | 282.23º | 0.76% | 0.93% | - |
| XYZ | 36.13 | 19.05 | 81.13 | - |
| YUV | 115.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 236 | 0.22 | 0.76 | 0 | 0.07 | 282.23 | 0.82 | 0.57 |
| Hex | B7 | 39 | EC | 16 | 4C | 0 | 7 | 11A | 52 | 39 |
| Octal | 267 | 71 | 354 | 26 | 114 | 0 | 7 | 432 | 122 | 71 |
| Binary | 10110111 | 111001 | 11101100 | 10110 | 1001100 | 0 | 111 | 100011010 | 1010010 | 111001 |
Color Harmonies of #B739EC
Complementary color
Monochromatic Colors of #B739EC
Black with #B739EC
Text Example
Text Example
White with #B739EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739EC; }
p { color: rgb(183,57,236); }
H1.HeaderClassName
{
color: #B739EC;
}
.AnyTagClassName
{
color: #B739EC;
}
</style>
background-color css
<style>
a { background-color: #B739EC; }
a { background-color: rgb(183,57,236); }
div.DivClassName
{
background-color: #B739EC;
}
.BgClassName
{
background-color: #B739EC;
}
</style>
border-color css
<style>
span { border-color: #B739EC; }
span { border-color: rgb(183,57,236); }
td.TdClassName
{
border-color: #B739EC;
}
.TagClassName
{
border-color: #B739EC;
}
</style>