Shades of Medium Orchid #B646CF
Tints of Medium Orchid #B646CF
RGB
CMYK
RGB Variations
Color information
#B646CF (or 0xB646CF) is known color: Medium Orchid. HEX triplet: B6, 46 and CF. RGB value is (182,70,207). Sum of RGB (Red+Green+Blue) = 182+70+207=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B646CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646CF is #49B930. Grayscale: #767676. Windows color (decimal): -4831537 or 13584054. OLE color: 13584054.
HSL color Cylindrical-coordinate representation of color #B646CF: hue angle of 289.05º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B646CF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 70 | 207 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.19 |
| HSL | 289.05º | 0.59% | 0.54% | - |
| HSV(B) | 289.05º | 0.66% | 0.81% | - |
| XYZ | 32.74 | 18.83 | 60.94 | - |
| YUV | 119.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 207 | 0.12 | 0.66 | 0 | 0.19 | 289.05 | 0.59 | 0.54 |
| Hex | B6 | 46 | CF | C | 42 | 0 | 13 | 121 | 3B | 36 |
| Octal | 266 | 106 | 317 | 14 | 102 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110110 | 1000110 | 11001111 | 1100 | 1000010 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B646CF
Complementary color
Monochromatic Colors of #B646CF
Black with #B646CF
Text Example
Text Example
White with #B646CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B646CF; }
p { color: rgb(182,70,207); }
H1.HeaderClassName
{
color: #B646CF;
}
.AnyTagClassName
{
color: #B646CF;
}
</style>
background-color css
<style>
a { background-color: #B646CF; }
a { background-color: rgb(182,70,207); }
div.DivClassName
{
background-color: #B646CF;
}
.BgClassName
{
background-color: #B646CF;
}
</style>
border-color css
<style>
span { border-color: #B646CF; }
span { border-color: rgb(182,70,207); }
td.TdClassName
{
border-color: #B646CF;
}
.TagClassName
{
border-color: #B646CF;
}
</style>