Shades of Medium Orchid #B636D2
Tints of Medium Orchid #B636D2
RGB
CMYK
RGB Variations
Color information
#B636D2 (or 0xB636D2) is known color: Medium Orchid. HEX triplet: B6, 36 and D2. RGB value is (182,54,210). Sum of RGB (Red+Green+Blue) = 182+54+210=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #B636D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636D2 is #49C92D. Grayscale: #6D6D6D. Windows color (decimal): -4835630 or 13776566. OLE color: 13776566.
HSL color Cylindrical-coordinate representation of color #B636D2: hue angle of 289.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B636D2 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 54 | 210 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.18 |
| HSL | 289.23º | 0.63% | 0.52% | - |
| HSV(B) | 289.23º | 0.74% | 0.82% | - |
| XYZ | 32.24 | 17.24 | 62.6 | - |
| YUV | 110.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 210 | 0.13 | 0.74 | 0 | 0.18 | 289.23 | 0.63 | 0.52 |
| Hex | B6 | 36 | D2 | D | 4A | 0 | 12 | 121 | 3F | 34 |
| Octal | 266 | 66 | 322 | 15 | 112 | 0 | 22 | 441 | 77 | 64 |
| Binary | 10110110 | 110110 | 11010010 | 1101 | 1001010 | 0 | 10010 | 100100001 | 111111 | 110100 |
Color Harmonies of #B636D2
Complementary color
Monochromatic Colors of #B636D2
Black with #B636D2
Text Example
Text Example
White with #B636D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636D2; }
p { color: rgb(182,54,210); }
H1.HeaderClassName
{
color: #B636D2;
}
.AnyTagClassName
{
color: #B636D2;
}
</style>
background-color css
<style>
a { background-color: #B636D2; }
a { background-color: rgb(182,54,210); }
div.DivClassName
{
background-color: #B636D2;
}
.BgClassName
{
background-color: #B636D2;
}
</style>
border-color css
<style>
span { border-color: #B636D2; }
span { border-color: rgb(182,54,210); }
td.TdClassName
{
border-color: #B636D2;
}
.TagClassName
{
border-color: #B636D2;
}
</style>