Shades of Medium Orchid #B636CE
Tints of Medium Orchid #B636CE
RGB
CMYK
RGB Variations
Color information
#B636CE (or 0xB636CE) is known color: Medium Orchid. HEX triplet: B6, 36 and CE. RGB value is (182,54,206). Sum of RGB (Red+Green+Blue) = 182+54+206=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B636CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636CE is #49C931. Grayscale: #6D6D6D. Windows color (decimal): -4835634 or 13514422. OLE color: 13514422.
HSL color Cylindrical-coordinate representation of color #B636CE: hue angle of 290.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B636CE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 54 | 206 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.19 |
| HSL | 290.53º | 0.61% | 0.51% | - |
| HSV(B) | 290.53º | 0.74% | 0.81% | - |
| XYZ | 31.75 | 17.04 | 60.01 | - |
| YUV | 109.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 206 | 0.12 | 0.74 | 0 | 0.19 | 290.53 | 0.61 | 0.51 |
| Hex | B6 | 36 | CE | C | 4A | 0 | 13 | 123 | 3D | 33 |
| Octal | 266 | 66 | 316 | 14 | 112 | 0 | 23 | 443 | 75 | 63 |
| Binary | 10110110 | 110110 | 11001110 | 1100 | 1001010 | 0 | 10011 | 100100011 | 111101 | 110011 |
Color Harmonies of #B636CE
Complementary color
Monochromatic Colors of #B636CE
Black with #B636CE
Text Example
Text Example
White with #B636CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636CE; }
p { color: rgb(182,54,206); }
H1.HeaderClassName
{
color: #B636CE;
}
.AnyTagClassName
{
color: #B636CE;
}
</style>
background-color css
<style>
a { background-color: #B636CE; }
a { background-color: rgb(182,54,206); }
div.DivClassName
{
background-color: #B636CE;
}
.BgClassName
{
background-color: #B636CE;
}
</style>
border-color css
<style>
span { border-color: #B636CE; }
span { border-color: rgb(182,54,206); }
td.TdClassName
{
border-color: #B636CE;
}
.TagClassName
{
border-color: #B636CE;
}
</style>