Shades of Medium Orchid #B736EF
Tints of Medium Orchid #B736EF
RGB
CMYK
RGB Variations
Color information
#B736EF (or 0xB736EF) is known color: Medium Orchid. HEX triplet: B7, 36 and EF. RGB value is (183,54,239). Sum of RGB (Red+Green+Blue) = 183+54+239=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #B736EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736EF is #48C910. Grayscale: #717171. Windows color (decimal): -4770065 or 15677111. OLE color: 15677111.
HSL color Cylindrical-coordinate representation of color #B736EF: hue angle of 281.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B736EF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 54 | 239 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.06 |
| HSL | 281.84º | 0.85% | 0.57% | - |
| HSV(B) | 281.84º | 0.77% | 0.94% | - |
| XYZ | 36.43 | 18.94 | 83.4 | - |
| YUV | 113.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 239 | 0.23 | 0.77 | 0 | 0.06 | 281.84 | 0.85 | 0.57 |
| Hex | B7 | 36 | EF | 17 | 4D | 0 | 6 | 11A | 55 | 39 |
| Octal | 267 | 66 | 357 | 27 | 115 | 0 | 6 | 432 | 125 | 71 |
| Binary | 10110111 | 110110 | 11101111 | 10111 | 1001101 | 0 | 110 | 100011010 | 1010101 | 111001 |
Color Harmonies of #B736EF
Complementary color
Monochromatic Colors of #B736EF
Black with #B736EF
Text Example
Text Example
White with #B736EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736EF; }
p { color: rgb(183,54,239); }
H1.HeaderClassName
{
color: #B736EF;
}
.AnyTagClassName
{
color: #B736EF;
}
</style>
background-color css
<style>
a { background-color: #B736EF; }
a { background-color: rgb(183,54,239); }
div.DivClassName
{
background-color: #B736EF;
}
.BgClassName
{
background-color: #B736EF;
}
</style>
border-color css
<style>
span { border-color: #B736EF; }
span { border-color: rgb(183,54,239); }
td.TdClassName
{
border-color: #B736EF;
}
.TagClassName
{
border-color: #B736EF;
}
</style>