Shades of Medium Orchid #B639C9
Tints of Medium Orchid #B639C9
RGB
CMYK
RGB Variations
Color information
#B639C9 (or 0xB639C9) is known color: Medium Orchid. HEX triplet: B6, 39 and C9. RGB value is (182,57,201). Sum of RGB (Red+Green+Blue) = 182+57+201=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #B639C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639C9 is #49C636. Grayscale: #6E6E6E. Windows color (decimal): -4834871 or 13187510. OLE color: 13187510.
HSL color Cylindrical-coordinate representation of color #B639C9: hue angle of 292.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B639C9 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 57 | 201 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.21 |
| HSL | 292.08º | 0.57% | 0.51% | - |
| HSV(B) | 292.08º | 0.72% | 0.79% | - |
| XYZ | 31.3 | 17.09 | 56.91 | - |
| YUV | 110.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 201 | 0.09 | 0.72 | 0 | 0.21 | 292.08 | 0.57 | 0.51 |
| Hex | B6 | 39 | C9 | 9 | 48 | 0 | 15 | 124 | 39 | 33 |
| Octal | 266 | 71 | 311 | 11 | 110 | 0 | 25 | 444 | 71 | 63 |
| Binary | 10110110 | 111001 | 11001001 | 1001 | 1001000 | 0 | 10101 | 100100100 | 111001 | 110011 |
Color Harmonies of #B639C9
Complementary color
Monochromatic Colors of #B639C9
Black with #B639C9
Text Example
Text Example
White with #B639C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B639C9; }
p { color: rgb(182,57,201); }
H1.HeaderClassName
{
color: #B639C9;
}
.AnyTagClassName
{
color: #B639C9;
}
</style>
background-color css
<style>
a { background-color: #B639C9; }
a { background-color: rgb(182,57,201); }
div.DivClassName
{
background-color: #B639C9;
}
.BgClassName
{
background-color: #B639C9;
}
</style>
border-color css
<style>
span { border-color: #B639C9; }
span { border-color: rgb(182,57,201); }
td.TdClassName
{
border-color: #B639C9;
}
.TagClassName
{
border-color: #B639C9;
}
</style>