Shades of Medium Orchid #B636EF
Tints of Medium Orchid #B636EF
RGB
CMYK
RGB Variations
Color information
#B636EF (or 0xB636EF) is known color: Medium Orchid. HEX triplet: B6, 36 and EF. RGB value is (182,54,239). Sum of RGB (Red+Green+Blue) = 182+54+239=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #B636EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636EF is #49C910. Grayscale: #707070. Windows color (decimal): -4835601 or 15677110. OLE color: 15677110.
HSL color Cylindrical-coordinate representation of color #B636EF: hue angle of 281.51º 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 #B636EF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 54 | 239 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.06 |
| HSL | 281.51º | 0.85% | 0.57% | - |
| HSV(B) | 281.51º | 0.77% | 0.94% | - |
| XYZ | 36.19 | 18.82 | 83.39 | - |
| YUV | 113.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 239 | 0.24 | 0.77 | 0 | 0.06 | 281.51 | 0.85 | 0.57 |
| Hex | B6 | 36 | EF | 18 | 4D | 0 | 6 | 11A | 55 | 39 |
| Octal | 266 | 66 | 357 | 30 | 115 | 0 | 6 | 432 | 125 | 71 |
| Binary | 10110110 | 110110 | 11101111 | 11000 | 1001101 | 0 | 110 | 100011010 | 1010101 | 111001 |
Color Harmonies of #B636EF
Complementary color
Monochromatic Colors of #B636EF
Black with #B636EF
Text Example
Text Example
White with #B636EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636EF; }
p { color: rgb(182,54,239); }
H1.HeaderClassName
{
color: #B636EF;
}
.AnyTagClassName
{
color: #B636EF;
}
</style>
background-color css
<style>
a { background-color: #B636EF; }
a { background-color: rgb(182,54,239); }
div.DivClassName
{
background-color: #B636EF;
}
.BgClassName
{
background-color: #B636EF;
}
</style>
border-color css
<style>
span { border-color: #B636EF; }
span { border-color: rgb(182,54,239); }
td.TdClassName
{
border-color: #B636EF;
}
.TagClassName
{
border-color: #B636EF;
}
</style>