Shades of Medium Orchid #B637C9
Tints of Medium Orchid #B637C9
RGB
CMYK
RGB Variations
Color information
#B637C9 (or 0xB637C9) is known color: Medium Orchid. HEX triplet: B6, 37 and C9. RGB value is (182,55,201). Sum of RGB (Red+Green+Blue) = 182+55+201=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #B637C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637C9 is #49C836. Grayscale: #6D6D6D. Windows color (decimal): -4835383 or 13186998. OLE color: 13186998.
HSL color Cylindrical-coordinate representation of color #B637C9: hue angle of 292.19º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B637C9 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 55 | 201 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.21 |
| HSL | 292.19º | 0.57% | 0.5% | - |
| HSV(B) | 292.19º | 0.73% | 0.79% | - |
| XYZ | 31.2 | 16.89 | 56.87 | - |
| YUV | 109.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 201 | 0.09 | 0.73 | 0 | 0.21 | 292.19 | 0.57 | 0.5 |
| Hex | B6 | 37 | C9 | 9 | 49 | 0 | 15 | 124 | 39 | 32 |
| Octal | 266 | 67 | 311 | 11 | 111 | 0 | 25 | 444 | 71 | 62 |
| Binary | 10110110 | 110111 | 11001001 | 1001 | 1001001 | 0 | 10101 | 100100100 | 111001 | 110010 |
Color Harmonies of #B637C9
Complementary color
Monochromatic Colors of #B637C9
Black with #B637C9
Text Example
Text Example
White with #B637C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B637C9; }
p { color: rgb(182,55,201); }
H1.HeaderClassName
{
color: #B637C9;
}
.AnyTagClassName
{
color: #B637C9;
}
</style>
background-color css
<style>
a { background-color: #B637C9; }
a { background-color: rgb(182,55,201); }
div.DivClassName
{
background-color: #B637C9;
}
.BgClassName
{
background-color: #B637C9;
}
</style>
border-color css
<style>
span { border-color: #B637C9; }
span { border-color: rgb(182,55,201); }
td.TdClassName
{
border-color: #B637C9;
}
.TagClassName
{
border-color: #B637C9;
}
</style>