Shades of Medium Orchid #B636ED
Tints of Medium Orchid #B636ED
RGB
CMYK
RGB Variations
Color information
#B636ED (or 0xB636ED) is known color: Medium Orchid. HEX triplet: B6, 36 and ED. RGB value is (182,54,237). Sum of RGB (Red+Green+Blue) = 182+54+237=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #B636ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636ED is #49C912. Grayscale: #707070. Windows color (decimal): -4835603 or 15546038. OLE color: 15546038.
HSL color Cylindrical-coordinate representation of color #B636ED: hue angle of 281.97º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B636ED is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 54 | 237 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.07 |
| HSL | 281.97º | 0.84% | 0.57% | - |
| HSV(B) | 281.97º | 0.77% | 0.93% | - |
| XYZ | 35.9 | 18.7 | 81.84 | - |
| YUV | 113.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 237 | 0.23 | 0.77 | 0 | 0.07 | 281.97 | 0.84 | 0.57 |
| Hex | B6 | 36 | ED | 17 | 4D | 0 | 7 | 11A | 54 | 39 |
| Octal | 266 | 66 | 355 | 27 | 115 | 0 | 7 | 432 | 124 | 71 |
| Binary | 10110110 | 110110 | 11101101 | 10111 | 1001101 | 0 | 111 | 100011010 | 1010100 | 111001 |
Color Harmonies of #B636ED
Complementary color
Monochromatic Colors of #B636ED
Black with #B636ED
Text Example
Text Example
White with #B636ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636ED; }
p { color: rgb(182,54,237); }
H1.HeaderClassName
{
color: #B636ED;
}
.AnyTagClassName
{
color: #B636ED;
}
</style>
background-color css
<style>
a { background-color: #B636ED; }
a { background-color: rgb(182,54,237); }
div.DivClassName
{
background-color: #B636ED;
}
.BgClassName
{
background-color: #B636ED;
}
</style>
border-color css
<style>
span { border-color: #B636ED; }
span { border-color: rgb(182,54,237); }
td.TdClassName
{
border-color: #B636ED;
}
.TagClassName
{
border-color: #B636ED;
}
</style>