Shades of Medium Orchid #B640CE
Tints of Medium Orchid #B640CE
RGB
CMYK
RGB Variations
Color information
#B640CE (or 0xB640CE) is known color: Medium Orchid. HEX triplet: B6, 40 and CE. RGB value is (182,64,206). Sum of RGB (Red+Green+Blue) = 182+64+206=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B640CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640CE is #49BF31. Grayscale: #737373. Windows color (decimal): -4833074 or 13516982. OLE color: 13516982.
HSL color Cylindrical-coordinate representation of color #B640CE: hue angle of 289.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B640CE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 64 | 206 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.19 |
| HSL | 289.86º | 0.59% | 0.53% | - |
| HSV(B) | 289.86º | 0.69% | 0.81% | - |
| XYZ | 32.27 | 18.07 | 60.18 | - |
| YUV | 115.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 206 | 0.12 | 0.69 | 0 | 0.19 | 289.86 | 0.59 | 0.53 |
| Hex | B6 | 40 | CE | C | 45 | 0 | 13 | 122 | 3B | 35 |
| Octal | 266 | 100 | 316 | 14 | 105 | 0 | 23 | 442 | 73 | 65 |
| Binary | 10110110 | 1000000 | 11001110 | 1100 | 1000101 | 0 | 10011 | 100100010 | 111011 | 110101 |
Color Harmonies of #B640CE
Complementary color
Monochromatic Colors of #B640CE
Black with #B640CE
Text Example
Text Example
White with #B640CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640CE; }
p { color: rgb(182,64,206); }
H1.HeaderClassName
{
color: #B640CE;
}
.AnyTagClassName
{
color: #B640CE;
}
</style>
background-color css
<style>
a { background-color: #B640CE; }
a { background-color: rgb(182,64,206); }
div.DivClassName
{
background-color: #B640CE;
}
.BgClassName
{
background-color: #B640CE;
}
</style>
border-color css
<style>
span { border-color: #B640CE; }
span { border-color: rgb(182,64,206); }
td.TdClassName
{
border-color: #B640CE;
}
.TagClassName
{
border-color: #B640CE;
}
</style>