Shades of Medium Orchid #B636CC
Tints of Medium Orchid #B636CC
RGB
CMYK
RGB Variations
Color information
#B636CC (or 0xB636CC) is known color: Medium Orchid. HEX triplet: B6, 36 and CC. RGB value is (182,54,204). Sum of RGB (Red+Green+Blue) = 182+54+204=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B636CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636CC is #49C933. Grayscale: #6C6C6C. Windows color (decimal): -4835636 or 13383350. OLE color: 13383350.
HSL color Cylindrical-coordinate representation of color #B636CC: hue angle of 291.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B636CC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 54 | 204 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.2 |
| HSL | 291.2º | 0.6% | 0.51% | - |
| HSV(B) | 291.2º | 0.74% | 0.8% | - |
| XYZ | 31.51 | 16.94 | 58.74 | - |
| YUV | 109.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 204 | 0.11 | 0.74 | 0 | 0.2 | 291.2 | 0.6 | 0.51 |
| Hex | B6 | 36 | CC | B | 4A | 0 | 14 | 123 | 3C | 33 |
| Octal | 266 | 66 | 314 | 13 | 112 | 0 | 24 | 443 | 74 | 63 |
| Binary | 10110110 | 110110 | 11001100 | 1011 | 1001010 | 0 | 10100 | 100100011 | 111100 | 110011 |
Color Harmonies of #B636CC
Complementary color
Monochromatic Colors of #B636CC
Black with #B636CC
Text Example
Text Example
White with #B636CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636CC; }
p { color: rgb(182,54,204); }
H1.HeaderClassName
{
color: #B636CC;
}
.AnyTagClassName
{
color: #B636CC;
}
</style>
background-color css
<style>
a { background-color: #B636CC; }
a { background-color: rgb(182,54,204); }
div.DivClassName
{
background-color: #B636CC;
}
.BgClassName
{
background-color: #B636CC;
}
</style>
border-color css
<style>
span { border-color: #B636CC; }
span { border-color: rgb(182,54,204); }
td.TdClassName
{
border-color: #B636CC;
}
.TagClassName
{
border-color: #B636CC;
}
</style>