Shades of Medium Orchid #B636EB
Tints of Medium Orchid #B636EB
RGB
CMYK
RGB Variations
Color information
#B636EB (or 0xB636EB) is known color: Medium Orchid. HEX triplet: B6, 36 and EB. RGB value is (182,54,235). Sum of RGB (Red+Green+Blue) = 182+54+235=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #B636EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636EB is #49C914. Grayscale: #707070. Windows color (decimal): -4835605 or 15414966. OLE color: 15414966.
HSL color Cylindrical-coordinate representation of color #B636EB: hue angle of 282.43º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B636EB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 54 | 235 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.08 |
| HSL | 282.43º | 0.82% | 0.57% | - |
| HSV(B) | 282.43º | 0.77% | 0.92% | - |
| XYZ | 35.61 | 18.58 | 80.31 | - |
| YUV | 112.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 235 | 0.23 | 0.77 | 0 | 0.08 | 282.43 | 0.82 | 0.57 |
| Hex | B6 | 36 | EB | 17 | 4D | 0 | 8 | 11A | 52 | 39 |
| Octal | 266 | 66 | 353 | 27 | 115 | 0 | 10 | 432 | 122 | 71 |
| Binary | 10110110 | 110110 | 11101011 | 10111 | 1001101 | 0 | 1000 | 100011010 | 1010010 | 111001 |
Color Harmonies of #B636EB
Complementary color
Monochromatic Colors of #B636EB
Black with #B636EB
Text Example
Text Example
White with #B636EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636EB; }
p { color: rgb(182,54,235); }
H1.HeaderClassName
{
color: #B636EB;
}
.AnyTagClassName
{
color: #B636EB;
}
</style>
background-color css
<style>
a { background-color: #B636EB; }
a { background-color: rgb(182,54,235); }
div.DivClassName
{
background-color: #B636EB;
}
.BgClassName
{
background-color: #B636EB;
}
</style>
border-color css
<style>
span { border-color: #B636EB; }
span { border-color: rgb(182,54,235); }
td.TdClassName
{
border-color: #B636EB;
}
.TagClassName
{
border-color: #B636EB;
}
</style>